xtd 0.2.0
Loading...
Searching...
No Matches

◆ message_dialog_default_button

Specifies constants defining the default button on a message_box.

Header
#include <xtd/forms/message_dialog_default_button>
Namespace
xtd::forms
Library
xtd.forms
Remarks
This enumeration is used by the message_box class.
Enumerator
button1 

The first button on the message box is the default button.

button2 

The second button on the message box is the default button.

button3 

The third button on the message box is the default button.