ASPxClientPopupControl.GetWindowContentIFrame(window) Method
In This Article
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
TypeScript
GetWindowContentIFrame(
window: ASPxClientPopupWindow
): any
#Parameters
Name | Type | Description |
---|---|---|
window | ASPx |
A ASPx |
#Returns
Type | Description |
---|---|
any | The iframe object that contains a web page displayed within the specified popup window. |
#Remarks
#Online Example
See Also