Search
WindowBase Members
Constructors Properties Methods Events
 


 Represents a window, which can be either templated or rendered as an IFrame.

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

 Public Constructors

  Name Description

WindowBase

Initializes a new instance of the WindowBase class.

 Public Properties

  Name Description

host

Gets the host of this WindowHost.

navigateUrl

Gets or sets a string, specifying the URL of the web page, that will be loaded in the control's content IFrame.

template

Gets or sets an HTML string, representing the content template.

templateUrl

Gets or sets a string, specifying the URL of the web page, that will be loaded as a control content template.

windowState

Gets or sets the state of this Window.

 Public Methods

  Name Description

attach

Control.attach override.

detach

Control.detach override.

 Public Events

  Name Description

contentLoad

Raised when the windows's contents are loaded.

stateChanged

Raised when the window's state is changed.

stateChanging

Raised when the window's state is changing.

windowClose

Raised when the Window is closed.

windowClosing

Raised when the Window is closing.

windowOpen

Raised when the Window is opened.

windowOpening

Raised when the Window is opening.

 See Also