MessageBox

Constructors

this
this(string message, string[] buttons, MessageBoxButton[] buttonIds)
this(Window originator, string message, string[] buttons, MessageBoxButton[] buttonIds)

Inherited Members

From Dialog

OK
void OK()
Cancel
void Cancel()

Meta

History

It was a child of Window before, but as of September 29, 2024, it is now a child of Dialog.