Click or drag to resize

TaskDialogButton Constructor (String)

Initializes a new instance of the TaskDialogButton class with the specified text.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TaskDialogButton(
	string text
)

Parameters

text
Type: SystemString
The text of the button.
See Also