  | TaskDialogButton Constructor (ButtonType) | 
 
            Initializes a new instance of the 
TaskDialogButton class with the specified button type.
            
 
    Namespace: 
   Ookii.Dialogs.Wpf
    Assembly:
   Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic TaskDialogButton(
	ButtonType type
)
Public Sub New ( 
	type As ButtonType
)
public:
TaskDialogButton(
	ButtonType type
)
new : 
        type : ButtonType -> TaskDialogButtonParameters
- type
 - Type: Ookii.Dialogs.WpfButtonType
The type of the button. 
See Also