Enum MessageBoxType
Message box types deciding the default icon and button layout.
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum MessageBoxType
Fields
Name | Description |
---|---|
Confirmation | An confirmation dialog containing a Yes, No, and Cancel button. |
Error | An error dialog containing a single Ok button. |
Information | An informational dialog containing a single Ok button. |
Retry | |
Warning | A warning dialog containing a single Ok button. |