Click or drag to resize

TaskDialogButtonButtonType Property

Gets or sets the type of the button.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ButtonType ButtonType { 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