MindFusion.UI for WebForms Programmer's Guide

Window Members

Fields Methods
 


Represents a window with title and contents, which can be moved, resized and arranged interactively.

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

 Public Fields

  Name Description

Dom

An object, which keeps references to various Dom elements, part of the control's structure

parent

The parent of this Window. In most cases a WindowHost object.

 Public Methods

  Name Description

close

Closes the window.

dispose

Sys.UI.Control.dispose override.

get_bounds

Gets the bounds of this window.

get_data

Gets an object, holding custom user data.

get_enabledInteractions

Gets the enabled interactions on this window.

get_headerHeight

Gets the height of the header of this window.

get_minSize

Gets the minimum allowed size of the control.

get_navigateUrl

Gets the URL of the web page that will be loaded in the control.

get_showIcon

Gets a value indicating whether the window will show an icon in the title bar.

get_statusHeight

Gets the height of the statusbar of this window.

get_statusText

Gets the text in the status bar.

get_title

Gets the title text of this Window.

get_useFrameTitle

Gets a value indicating whether the window will display the title of its content iframe.

get_visibility

Gets the visibility of this window.

get_windowStyle

Gets the style of this Window.

getPin

Sets a value, indicating whether this Window is pinned.

initialize

Sys.UI.Control.initialize override.

maximize

Maximizes the window.

minimize

Minimizes the window.

postback

Initiates a postback.

preparePostback

Prepares the window for a subsequent postback.

refresh

Reloads the window iframe.

restore

Restores the window to a normal state.

set_data

Sets an object, holding custom user data.

set_enabledInteractions

Sets the enabled interactions on this window.

set_navigateUrl

Sets the URL of the web page that will be loaded in the control.

set_showIcon

Sets a value indicating whether the window will show an icon in the title bar.

set_statusText

Sets the text in the status bar.

set_title

Sets the title text of this Window.

set_visibility

Sets the visibility of this window.

set_windowState

Sets the state of this window.

setPin

Sets a value, indicating whether this Window should be pinned.

show

Shows the window if it was previously closed.

 See Also