Returns the content window that represents an IFRAME or web resource.
A promise that contains a content window instance representing an IFRAME or web resource.
This method is supported only on Unified Interface. The implementer is expected to call a custom function within the returned window that will receive the Xrm and formContext objects as parameters.
Gets the controls type.
The control type.
Values returned are:
Gets the name of the control on the form.
The name of the control.
The name assigned to a control is not determined until the form loads. Changes to
the form may change the name assigned to a given control.
When you use the control getName method the name of the first control will be the
same as the name of the attribute. The second instance of a control for that
attribute will be "
Generated using TypeDoc
Interface for a framed control, which is either a Web Resource or an Iframe.
See
Control
Remarks
An Iframe control provides additional methods, so use IframeControl where appropriate. Silverlight controls should use SilverlightControl.