| TaskDialogButton Constructor (String) |
Initializes a new instance of the
TaskDialogButton class with the specified text.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TaskDialogButton(
string text
)
Public Sub New (
text As String
)
public:
TaskDialogButton(
String^ text
)
new :
text : string -> TaskDialogButton
Parameters
- text
- Type: SystemString
The text of the button.
See Also