Enum MessageBoxButton
Represents a message box button.
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum MessageBoxButton
Fields
| Name | Description |
|---|---|
| Cancel | The "Cancel" button. |
| No | The "No" button. |
| None | No button. |
| Ok | The "OK" button. |
| Retry | The "Retry" button. |
| Yes | The "Yes" button. |