Represents the type of a task dialog button.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum ButtonType
Public Enumeration ButtonType
public enum class ButtonType

Members

MemberDescription
Custom
The button is a custom button.
Ok
The button is the common OK button.
Yes
The button is the common Yes button.
No
The button is the common No button.
Cancel
The button is the common Cancel button.
Retry
The button is the common Retry button.
Close
The button is the common Close button.

See Also