DXDialogWindow.ShowDialogWindow Method
| Name | Parameters | Description |
|---|---|---|
| ShowDialogWindow() | none | Opens a window dialog with specified parameters and returns only when the newly opened window dialog is closed. |
| ShowDialogWindow(MessageBoxButton, Nullable<MessageBoxResult>, Nullable<MessageBoxResult>) | dialogButtons, defaultButton, cancelButton | Opens a window dialog with specified parameters and returns only when the newly opened window dialog is closed. |