[]
Specifies the buttons that are displayed on a message box.
public enum C1MessageBoxButton
Name | Description |
---|---|
OK | The message box displays an OK button. |
OKCancel | The message box displays OK and Cancel buttons. |
YesNo | The message box displays Yes and No buttons. |
YesNoCancel | The message box displays OK and Cancel buttons. |