Represents a modal dialog box with OK and Cancel buttons.
The following tables list the members exposed by the ConfirmDialog type.
Name | Description | |
---|---|---|
Initializes a new instance of the ConfirmDialog class. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether this Window can be closed. (Inherited from Window.) |
||
Gets or sets a value indicating whether this Window can be dragged. (Inherited from Window.) |
||
Gets or sets a value indicating whether this Window can be maximized. (Inherited from Window.) |
||
Gets or sets a value indicating whether this Window can be minimized. (Inherited from Window.) |
||
Gets or sets a value indicating whether this Window can be pinned. (Inherited from Window.) |
||
Gets or sets a value indicating whether this Window can be refreshed. (Inherited from Window.) |
||
Gets or sets a value indicating whether this Window can be resized. (Inherited from Window.) |
||
Gets a reference to the Window footer DOM element. (Inherited from Window.) |
||
Gets a reference to the Window header DOM element. (Inherited from Window.) |
||
Gets the host of this WindowHost. (Inherited from WindowBase.) |
||
Gets or sets the url of the title icon. (Inherited from Window.) |
||
Gets or sets the minimum allowed height of this Window. (Inherited from Window.) |
||
Gets or sets the minimum allowed width of this Window. (Inherited from Window.) |
||
Gets or sets a value indicating whether this Window should be modal. (Inherited from Window.) |
||
Gets or sets a string, specifying the URL of the web page, that will be loaded in the control's content IFrame. (Inherited from WindowBase.) |
||
Gets or sets a value, indicating whether this Window is pinned. (Inherited from Window.) |
||
Gets or sets an HTML string, representing the content template. (Inherited from WindowBase.) |
||
Gets or sets a string, specifying the URL of the web page, that will be loaded as a control content template. (Inherited from WindowBase.) |
||
Gets or sets the title of this Window. (Inherited from Window.) |
||
Gets or sets a value indicating whether the window will display the title of its content iframe. (Inherited from Window.) |
||
Gets or sets the state of this Window. (Inherited from WindowBase.) |
Name | Description | |
---|---|---|
Window.attach override. (Inherited from Dialog.) |
||
Resizes the Window to fit its contents. (Inherited from Window.) |
||
Positions the Window in the center of its host element or specified rect. (Inherited from Window.) |
||
Closes the Window. (Inherited from Window.) |
||
Window.detach override. (Inherited from Dialog.) |
||
Control.dispose override. (Inherited from Window.) |
||
Closes the Window without raising events. (Inherited from Window.) |
||
Opens the Window without raising events. (Inherited from Window.) |
||
Dialog.draw override. |
||
Maximizes the Window. (Inherited from Window.) |
||
Minimizes the Window. (Inherited from Window.) |
||
Opens the Window on the screen. (Inherited from Window.) |
||
Pins the Window. Pinned windows cannot be moved or resized. (Inherited from Window.) |
||
Reloads the Window IFrame. (Inherited from Window.) |
||
Restores the Window to a normal state. (Inherited from Window.) |
||
Unpins the Window. (Inherited from Window.) |
||
Updates window dimensions after applying changes to DOM elements. (Inherited from Window.) |
Name | Description | |
---|---|---|
Raised when a button in the command strip of the Window is clicked. (Inherited from Window.) |
||
Raised when the windows's contents are loaded. (Inherited from WindowBase.) |
||
Raised when drag operation is finished. (Inherited from Window.) |
||
Raised when a drag operation is started. (Inherited from Window.) |
||
Raised when the Window header is clicked. (Inherited from Window.) |
||
Raised when a resize operation is finished. (Inherited from Window.) |
||
Raised when a resize operation is started. (Inherited from Window.) |
||
Raised when the window's state is changed. (Inherited from WindowBase.) |
||
Raised when the window's state is changing. (Inherited from WindowBase.) |
||
Raised when the Window is closed. (Inherited from WindowBase.) |
||
Raised when the Window is closing. (Inherited from WindowBase.) |
||
Raised when the Window is opened. (Inherited from WindowBase.) |
||
Raised when the Window is opening. (Inherited from WindowBase.) |