ASPxClientPopupControl.GetWindowContentIFrame(window) Method
Returns an iframe object containing a web page specified via the specified popup window’s PopupWindow.ContentUrl property (or the popup control’s client ASPxClientPopupControl.SetWindowContentUrl method).
Declaration
GetWindowContentIFrame(
window: ASPxClientPopupWindow
): any
Parameters
Name | Type | Description |
---|---|---|
window | ASPxClientPopupWindow | A ASPxClientPopupWindow object representing the required popup window. |
Returns
Type | Description |
---|---|
any | The iframe object that contains a web page displayed within the specified popup window. |
Remarks
Online Example
See Also