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