[]
Represents a built-in dialog.
public interface IDialog
Public Interface IDialog
| Name | Description |
|---|---|
| Owner | |
| Value | Gets or sets the value of the dialog. |
| Name | Description |
|---|---|
| Close() | Manually closes a IDialog. |
| Show(double, double) | Opens a window and returns without waiting for the newly opened window to close. |
| ShowDialog(double, double) | Opens a window and returns only when the newly opened window is closed. |