MindFusion.UI for WebForms Programmer's Guide

WindowHost Members

Constructors Properties Methods Events
 


Represents a container for Window objects.

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

 Public Constructors

  Name Description

WindowHost

Initializes a new instance of the WindowHost 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.

BaseZIndex

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

ControlLoadedScript

Gets or sets the name of a JavaScript function that should be invoked when the host finishes loading.

Controls

Control.ControlCollection override.

Height

WebControl.Height override.

Theme

Gets or sets the theme applied to the control's UI elements.

Width

WebControl.Width override.

WindowContentCssClass

Gets or sets the CSS class, defining the common style of child windows' contents.

WindowCssClass

Gets or sets the CSS class, defining the common style of child windows.

WindowFooterCssClass

Gets or sets the CSS class, defining the common style of child windows' footer.

WindowHeaderCssClass

Gets or sets the CSS class, defining the common style of child windows' header.

Windows

Gets the collection of Windows for this control.

WindowStatusCssClass

Gets or sets the CSS class, defining the common style of child windows' status bar.

 Public Methods

  Name Description

DataBind

Control.DataBind override.

LoadFromXml

Overloaded. Loads control data from an XML file or from a System.Xml.XmlDocument.

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.

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

Overloaded. Saves control data to an XML file or to a System.Xml.XmlDocument.

 Protected Methods

  Name Description

CreateChildControls

Control.CreateChildControls override.

LoadViewState

Control.LoadViewState override.

OnBeginLoad

Raises the BeginLoad event.

OnEndLoad

Raises the EndLoad event.

OnPreRender

Control.OnPreRender override.

OnWindowCreated

Raises the WindowCreated event.

OnWindowDeleted

Raises the WindowDeleted event.

Render

Control.Render override.

RenderContents

WebControl.RenderContents override.

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.

EndLoad

Raised when the component ends loading data from a file or memory stream.

WindowCreated

Raised when a child window is created.

WindowDeleted

Raised when a child window is deleted.

 See Also