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