MindFusion.UI for WebForms 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

Windows

Gets the collection of DockWindows for this control.

 Inherited 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.)

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.)

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.)

WindowStatusCssClass

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

 Public Methods

  Name Description

LoadFromXml

Loads the control from an XML document.

LoadPostData

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

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.

OnPreRender

Control.OnPreRender override.

SaveViewState

Control.SaveViewState override.

TrackViewState

Control.TrackViewState override.

 Inherited Public Methods

  Name Description

DataBind

Control.DataBind override. (Inherited from WindowHost.)

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.)

 Inherited Protected Methods

  Name Description

OnBeginLoad

Raises the BeginLoad event. (Inherited from WindowHost.)

OnEndLoad

Raises the EndLoad event. (Inherited from WindowHost.)

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.)

 Inherited 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