Skip to main content
A newer version of this page is available. .

ASPxClientPopupControl.SetWindowSize(window, width, height) Method

Specifies the size of a specific popup window.

Declaration

SetWindowSize(
    window: ASPxClientPopupWindow,
    width: number,
    height: number
): void

Parameters

Name Type Description
window ASPxClientPopupWindow

A ASPxClientPopupWindow object that specifies the required popup window.

width number

An integer value that specifies the required popup window’s width.

height number

An integer value that specifies the required popup window’s height.

See Also