Click or drag to resize

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 enum ButtonType
Members
  Member nameValueDescription
Custom0 The button is a custom button.
Ok1 The button is the common OK button.
Yes6 The button is the common Yes button.
No7 The button is the common No button.
Cancel2 The button is the common Cancel button.
Retry4 The button is the common Retry button.
Close8 The button is the common Close button.
See Also