ThemedWindow.ShowDialog Method
| Name | Parameters | Description |
|---|---|---|
| ShowDialog() | none | Displays the ThemedWindowDialog. A result returned when the window is closed. |
| ShowDialog(IEnumerable<UICommand>) | dialogButtons | Displays the ThemedWindowDialog. A result returned when the window is closed. |
| ShowDialog(MessageBoxButton, Nullable<MessageBoxResult>) | dialogButtons, defaultButton | Displays the ThemedWindowDialog with the specified MessageBoxButton. A result returned when the window is closed. |