Skip to main content

WinUIDialogWindow Constructors

A Windows Modern-styled dialog window.
Name Parameters Description
WinUIDialogWindow() none Initializes a new instance of the WinUIDialogWindow class with the default settings.
WinUIDialogWindow(String, IEnumerable<UICommand>) title, commands Initializes a new instance of the WinUIDialogWindow class with the specified settings.
WinUIDialogWindow(String, MessageBoxButton, Nullable<MessageBoxResult>, Nullable<MessageBoxResult>) title, dialogButtons, defaultButton, cancelButton Initializes a new instance of the WinUIDialogWindow class with the specified settings.
WinUIDialogWindow(String) title Initializes a new instance of the WinUIDialogWindow class with the specified title.
See Also