MindFusion.UI for WebForms Programmer's Guide

DockControl Members

Fields Methods
 


Enables docking of DockWindow controls.

The following tables list the members exposed by the DockControl 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

createWindow

Creates a new DockWindow instance and adds it to the control's windows array.

deleteWindow

Removes a DockWindow instance from the control's windows array.

dispose

Sys.UI.Control.dispose override.

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.

getDockedWindows

Gets the collection of docked windows for this control.

getFloatingWindows

Gets the collection of floating windows for this control.

initialize

Sys.UI.Control.initialize override.

postback

Initiates a postback.

preparePostback

Prepares the DockControl and its child windows for a subsequent postback.

 See Also