Enum MessageBoxButton
Describes buttons of message box
Namespace: EmptyKeys.UserInterface
Assembly: EmptyKeys.UserInterface.dll
Syntax
public enum MessageBoxButton
Fields
| Name | Description |
|---|---|
| OK | The OK button is displayed |
| OKCancel | The OK and Cancel buttons are displayed |
| YesNo | The Yes and No buttons are displayed |
| YesNoCancel | The Yes, No and Cancel buttons are displayed |