  | ButtonType Enumeration | 
 
            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)
SyntaxPublic 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