Click or drag to resize

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)
Syntax
public TaskDialogButton(
	ButtonType type
)

Parameters

type
Type: Ookii.Dialogs.WpfButtonType
The type of the button.
See Also