  | TaskDialogButtonButtonType Property  | 
 
            Gets or sets the type of the button.
            
 
    Namespace: 
   Ookii.Dialogs.Wpf
    Assembly:
   Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ButtonType ButtonType { get; set; }Public Property ButtonType As ButtonType
	Get
	Set
public:
property ButtonType ButtonType {
	ButtonType get ();
	void set (ButtonType value);
}member ButtonType : ButtonType with get, set
Property Value
Type: 
ButtonType
            One of the 
ButtonType values that indicates the type of the button. The default value
            is 
Custom.
            
See Also