| 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; }
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