Name | Description | |
---|---|---|
Owner | Gets or sets the System.Windows.Window that owns this IDialog. | |
Value | Gets or sets the value of the dialog. |
The following tables list the members exposed by IDialog.
Name | Description | |
---|---|---|
Owner | Gets or sets the System.Windows.Window that owns this IDialog. | |
Value | Gets or sets the value of the dialog. |
Name | Description | |
---|---|---|
Close | Manually closes a IDialog. | |
Show | Opens a window and returns without waiting for the newly opened window to close. | |
ShowDialog | Opens a window and returns only when the newly opened window is closed. |