Click or drag to resize

TaskDialogButton Constructor (ButtonType)

Initializes a new instance of the TaskDialogButton class with the specified button type.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TaskDialogButton(
	ButtonType type
)

Parameters

type
Type: Ookii.DialogsButtonType
The type of the button.
See Also