ASPxClientPopupControlBase.GetContentIFrameWindow Method
Returns an iframe object containing a web page specified via the control’s ASPxPopupControlBase.ContentUrl property (or the client ASPxClientPopupControlBase.SetContentUrl method).
Declaration
GetContentIFrameWindow(): any
Returns
Type | Description |
---|---|
any | The iframe object that contains a web page displayed within the control’s window. |
See Also