| 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
)
Public Sub New (
type As ButtonType
)
public:
TaskDialogButton(
ButtonType type
)
new :
type : ButtonType -> TaskDialogButton
Parameters
- type
- Type: Ookii.DialogsButtonType
The type of the button.
See Also