MindFusion.UI for WebForms Programmer's Guide

DockWindow Members

Constructors Properties Methods Events
 


Represents a dockable window.

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

 Public Constructors

  Name Description

DockWindow

Initializes a new instance of the DockWindow class.

 Public Properties

  Name Description

AllowedDockLocations

Gets or sets the possible dock locations inside this control.

CanDock

Gets or sets a value indicating whether the item can be docked.

Dock

Gets or sets the current dock location of the item, if the item is docked.

DockTargetID

Gets or sets the parent item to dock this item to.

EnabledInteractions

Gets or sets a value indicating the interactions allowed for the item.

State

Gets or sets the docking state of the item.

 Inherited Public Properties

  Name Description

AutoSize

Gets or sets a value, indicating whether the Window will size itself, according to its content. (Inherited from Window.)

CloseScript

Gets or sets the name of a JavaScript function that should be invoked when the window has closed. (Inherited from Window.)

ClosingScript

Gets or sets the name of a JavaScript function that should be invoked when the window is about to close. (Inherited from Window.)

ContentCssClass

Gets or sets the default CSS class for the content element. (Inherited from Window.)

ControlLoadedScript

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

DragEndScript

Gets or sets the name of a JavaScript function that should be invoked when a drag operation on a window is finished. (Inherited from Window.)

DragScript

Gets or sets the name of a JavaScript function that should be invoked during a drag operation. (Inherited from Window.)

DragStartScript

Gets or sets the name of a JavaScript function that should be invoked when a drag operation on a window is started. (Inherited from Window.)

FooterCssClass

Gets or sets the default CSS class for the footer element. (Inherited from Window.)

FrameLoadedScript

Gets or sets the name of a JavaScript function that should be invoked when the content iframe element finishes loading. (Inherited from Window.)

HeaderClickScript

Gets or sets the name of a JavaScript function that should be invoked when the user clicks the window header. (Inherited from Window.)

HeaderCssClass

Gets or sets the default CSS class for the header element. (Inherited from Window.)

Height

Gets or sets the height of this Window. (Inherited from Window.)

IconUrl

Gets or sets the location of the icon, shown in the title bar. (Inherited from Window.)

Left

Gets or sets the offset from the left to position this Window at. (Inherited from Window.)

MinHeight

Gets or sets the minimum allowed height for this Window. (Inherited from Window.)

MinWidth

Gets or sets the minimum allowed width for this Window. (Inherited from Window.)

Name

Gets the name of this Window. (Inherited from Window.)

NavigateUrl

Gets or sets the URL of the page that will be loaded in the control. (Inherited from WindowBase.)

OpeningScript

Gets or sets the name of a JavaScript function that should be invoked when the window is about to open. (Inherited from Window.)

OpenScript

Gets or sets the name of a JavaScript function that should be invoked when the window has opened. (Inherited from Window.)

ParentHost

Gets the parent WindowHost of this Window. (Inherited from Window.)

ResizeEndScript

Gets or sets the name of a JavaScript function that should be invoked when a resize operation on a window is finished. (Inherited from Window.)

ResizeScript

Gets or sets the name of a JavaScript function that should be invoked during a resize operation. (Inherited from Window.)

ResizeStartScript

Gets or sets the name of a JavaScript function that should be invoked when a resize operation on a window is started. (Inherited from Window.)

ShowIcon

Gets or sets a value indicating whether the window will show an icon in the title bar. (Inherited from Window.)

StateChangedScript

Gets or sets the name of a JavaScript function that should be invoked when the window state has changed. (Inherited from Window.)

StateChangingScript

Gets or sets the name of a JavaScript function that should be invoked when the window state is currently changing. (Inherited from Window.)

StatusCssClass

Gets or sets the default CSS class for the status element. (Inherited from Window.)

StatusText

Gets or sets the text in the status bar. (Inherited from Window.)

Template

Gets or sets the control's template. (Inherited from WindowBase.)

Theme

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

Title

Gets or sets the title text of this Window. (Inherited from Window.)

Top

Gets or sets the offset from the top to position this Window at. (Inherited from Window.)

UseFrameTitle

Gets or sets a value indicating whether the window will display the title of its content iframe. (Inherited from Window.)

Visibility

Gets or sets a value indicating whether this Window is closed or not. (Inherited from Window.)

Width

Gets or sets the width of this Window. (Inherited from Window.)

WindowState

Gets or sets the state of this Window. (Inherited from Window.)

WindowStyle

Gets or sets the style of this Window. (Inherited from Window.)

 Protected Methods

  Name Description

LoadFromXml

Loads the control from an XML element.

OnPreRender

Window.OnPreRender override.

SaveToXml

Saves the control to the underlying document under the specified name.

 Inherited Public Methods

  Name Description

LoadPostData

IPostBackDataHandler.LoadPostData implementation. (Inherited from Window.)

RaisePostDataChangedEvent

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

 Inherited Protected Methods

  Name Description

CreateChildControls

Control.CreateChildControls override. (Inherited from WindowBase.)

OnClose

Raises the Close event. (Inherited from Window.)

OnDataBinding

Control.OnDataBinding override. (Inherited from WindowBase.)

Render

Control.Render override. (Inherited from Window.)

RenderContent

Renders the content of the control. (Inherited from WindowBase.)

RenderContent

WindowBase.RenderContent override. (Inherited from Window.)

RenderContents

WebControl.RenderContents override. (Inherited from WindowBase.)

RenderContents

WebControl.RenderContents override. (Inherited from Window.)

 Inherited Public Events

  Name Description

Close

Raised when the window is closed. (Inherited from Window.)

 See Also