ASP.NET Pack Programmer's Guide
DockControl Members
Constructors Properties Methods Events
 


Enables docking of DockWindow controls.

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

 Public Constructors

  Name Description

DockControl

Initializes a new instance of the DockControl class.

 Public Properties

  Name Description

ActiveWindowChangedScript

Gets or sets the name of a JavaScript function that should be invoked when the active window is changed. (Inherited from WindowHost.)

BaseZIndex

Gets or sets the base z-index of the control. All child windows in the host will have a higher z-index value. (Inherited from WindowHost.)

ClientScriptMode

Gets or sets a value indicating which library will be used in the control's client-side scripts.

ControlLoadedScript

Gets or sets the name of a JavaScript function that should be invoked when the host finishes loading. (Inherited from WindowHost.)

Controls

Control.ControlCollection override. (Inherited from WindowHost.)

Height

WebControl.Height override. (Inherited from WindowHost.)

IsThemed

Gets a value indicating the control has its Theme property set to a specified value. (Inherited from WindowHost.)

LicenseKey

Gets or sets the license key of the control. (Inherited from WindowHost.)

Theme

Gets or sets the theme applied to the control's UI elements. (Inherited from WindowHost.)

Width

WebControl.Width override. (Inherited from WindowHost.)

WindowContentCssClass

Gets or sets the CSS class, defining the common style of child windows' contents. (Inherited from WindowHost.)

WindowCssClass

Gets or sets the CSS class, defining the common style of child windows. (Inherited from WindowHost.)

WindowFooterCssClass

Gets or sets the CSS class, defining the common style of child windows' footer. (Inherited from WindowHost.)

WindowHeaderCssClass

Gets or sets the CSS class, defining the common style of child windows' header. (Inherited from WindowHost.)

Windows

Gets the collection of DockWindows for this control.

WindowStatusCssClass

Gets or sets the CSS class, defining the common style of child windows' status bar. (Inherited from WindowHost.)

 Public Methods

  Name Description

DataBind

Control.DataBind override. (Inherited from WindowHost.)

LoadFromXml

Loads the control from an XML document.

LoadPostData

When implemented by a derived class, processes postback data for an ASP.NET server control.

RaisePostBackEvent

When implemented by a derived class, enables a server control to process an event raised when a form is posted to the server. (Inherited from WindowHost.)

RaisePostDataChangedEvent

When implemented by a derived class in the server control notifies the ASP.NET application that the state of the control has changed.

SaveToXml

Saves the control into an XML document.

 Protected Methods

  Name Description

CreateChildControls

Control.CreateChildControls override.

LoadViewState

Control.LoadViewState override.

OnBeginLoad

Raises the BeginLoad event. (Inherited from WindowHost.)

OnEndLoad

Raises the EndLoad event. (Inherited from WindowHost.)

OnPreRender

Control.OnPreRender override.

OnWindowCreated

Raises the WindowCreated event. (Inherited from WindowHost.)

OnWindowDeleted

Raises the WindowDeleted event. (Inherited from WindowHost.)

Render

Control.Render override. (Inherited from WindowHost.)

RenderContents

WebControl.RenderContents override. (Inherited from WindowHost.)

SaveViewState

Control.SaveViewState override.

TrackViewState

Control.TrackViewState override.

 Public Events

  Name Description

BeginLoad

Raised when the component starts loading data from a file or memory stream. (Inherited from WindowHost.)

EndLoad

Raised when the component ends loading data from a file or memory stream. (Inherited from WindowHost.)

WindowCreated

Raised when a child window is created. (Inherited from WindowHost.)

WindowDeleted

Raised when a child window is deleted. (Inherited from WindowHost.)

 See Also

DockControl Class
MindFusion.UI.WebForms Namespace