Skip to main content

ASPxClientPopupControl.BringWindowToFront(window) Method

Brings the specified popup window to the front of the z-order.

Declaration

BringWindowToFront(
    window: ASPxClientPopupWindow
): void

Parameters

Name Type Description
window ASPxClientPopupWindow

A ASPxClientPopupWindow object representing the popup window.

Remarks

The BringWindowToFront method brings the specified popup window to the front while several popup windows are being displayed. This method sets the popup window’s z-index to the maximum value for all popup windows of all ASPxPopupControls.

See Also