ASP.NET Pack 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.

AutoSize

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

CanDock

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

ClientScriptMode

Gets or sets a value indicating which library will be used in the control's client-side scripts. (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.)

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.

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

EnabledInteractions

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

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

IsThemed

Gets a value indicating the control has its Theme property set to a specified value. (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.)

State

Gets or sets the docking state of the item.

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

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

 Protected Methods

  Name Description

CreateChildControls

Control.CreateChildControls override. (Inherited from WindowBase.)

LoadFromXml

Loads the control from an XML element.

OnClose

Raises the Close event. (Inherited from Window.)

OnDataBinding

Control.OnDataBinding override. (Inherited from WindowBase.)

OnPreRender

Window.OnPreRender override.

Render

Control.Render override. (Inherited from Window.)

RenderContent

WindowBase.RenderContent override. (Inherited from Window.)

RenderContents

WebControl.RenderContents override. (Inherited from Window.)

SaveToXml

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

 Public Events

  Name Description

Close

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

 See Also

DockWindow Class
MindFusion.UI.WebForms Namespace