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.
|
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the Window class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets a value, indicating whether the Window will size itself, according to its content. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the window has closed. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the window is about to close. |
|
![]() |
Gets or sets the default CSS class for the content element. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the window finishes loading. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when a drag operation on a window is finished. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked during a drag operation. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when a drag operation on a window is started. |
|
![]() |
Gets or sets the allowed interactions on this Window. |
|
![]() |
Gets or sets the default CSS class for the footer element. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the content iframe element finishes loading. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the user clicks the window header. |
|
![]() |
Gets or sets the default CSS class for the header element. |
|
![]() |
Gets or sets the height of this Window. |
|
![]() |
Gets or sets the location of the icon, shown in the title bar. |
|
![]() |
Gets or sets the offset from the left to position this Window at. |
|
![]() |
Gets or sets the minimum allowed height for this Window. |
|
![]() |
Gets or sets the minimum allowed width for this Window. |
|
![]() |
Gets the name of this Window. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the window is about to open. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the window has opened. |
|
![]() |
Gets the parent WindowHost of this Window. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when a resize operation on a window is finished. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked during a resize operation. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when a resize operation on a window is started. |
|
![]() |
Gets or sets a value indicating whether the window will show an icon in the title bar. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the window state has changed. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the window state is currently changing. |
|
![]() |
Gets or sets the default CSS class for the status element. |
|
![]() |
Gets or sets the text in the status bar. |
|
![]() |
Gets or sets the theme applied to Window's UI elements. |
|
![]() |
Gets or sets the title text of this Window. |
|
![]() |
Gets or sets the offset from the top to position this Window at. |
|
![]() |
Gets or sets a value indicating whether the window will display the title of its content iframe. |
|
![]() |
Gets or sets a value indicating whether this Window is closed or not. |
|
![]() |
Gets or sets the width of this Window. |
|
![]() |
Gets or sets the state of this Window. |
|
![]() |
Gets or sets the style of this Window. |
Name | Description | |
---|---|---|
![]() |
Gets or sets the URL of the page that will be loaded in the control. (Inherited from WindowBase.) |
|
![]() |
Gets or sets the control's template. (Inherited from WindowBase.) |
Name | Description | |
---|---|---|
![]() |
IPostBackDataHandler.LoadPostData implementation. |
|
![]() |
When implemented by a derived class in the server control notifies the ASP.NET application that the state of the control has changed. |
Name | Description | |
---|---|---|
![]() |
Loads the control from an XML element. |
|
![]() |
Raises the Close event. |
|
![]() |
Control.OnPreRender override. |
|
![]() |
Control.Render override. |
|
![]() |
WindowBase.RenderContent override. |
|
![]() |
WebControl.RenderContents override. |
|
![]() |
Saves the control to the underlying document under the specified name. |
Name | Description | |
---|---|---|
![]() |
Control.CreateChildControls override. (Inherited from WindowBase.) |
|
![]() |
Control.OnDataBinding override. (Inherited from WindowBase.) |
Name | Description | |
---|---|---|
![]() |
Raised when the window is closed. |