Show / Hide Table of Contents

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

An retry dialog containing a Retry and Cancel button.

Warning

A warning dialog containing a single Ok button.

In this article
Back to top Generated by DocFX