|
Name |
Description |
|
bringToFront |
Brings a child window to the front, effectively making it topmost and active. |
|
closeAll |
Closes all open child windows. |
|
createWindow |
Creates a new Window instance and adds it to the control's windows array. |
|
deleteWindow |
Removes a Window instance from the control's windows array. |
|
dispose |
Sys.UI.Control.dispose override. |
|
get_enabled |
Gets a value indicating whether the control is enabled. |
|
get_height |
Gets the height of the control. |
|
get_width |
Gets the width of the control. |
|
getActiveWindow |
Gets the topmost child window. |
|
getAllWindows |
Gets the collection of windows for this control. |
|
getClosedWindows |
Gets the collection of closed windows for this control. |
|
initialize |
Sys.UI.Control.initialize override. |
|
minimizeAll |
Minimizes all child windows. |
|
postback |
Initiates a postback. |
|
preparePostback |
Prepares the host and its child windows for a subsequent postback. |
|
restoreAll |
Restores all minimized child windows. |
|
sendToBack |
Sends a child window to the back. |
|
set_enabled |
Sets a value indicating whether the control is enabled. |
|
showAll |
Opens all closed child windows. |