| ButtonType Enumeration |
Represents the type of a task dialog button.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Public Enumeration ButtonType
public enum class ButtonType
Members
| Member name | Value | Description |
---|
| Custom | 0 |
The button is a custom button.
|
| Ok | 1 |
The button is the common OK button.
|
| Yes | 6 |
The button is the common Yes button.
|
| No | 7 |
The button is the common No button.
|
| Cancel | 2 |
The button is the common Cancel button.
|
| Retry | 4 |
The button is the common Retry button.
|
| Close | 8 |
The button is the common Close button.
|
See Also