MindFusion.UI for WebForms Programmer's Guide

WindowHost Members

Fields Methods
 


Represents a parent container for child Window objects.

The following tables list the members exposed by the WindowHost type.

 Public Fields

  Name Description

Dom

An object, which keeps references to various Dom elements, part of the control's structure

windows

A collection with the child windows.

 Public Methods

  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.

 See Also