TaskDialogButton(String) Constructor
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public TaskDialogButton(
string text
)
Public Sub New (
text As String
)
public:
TaskDialogButton(
String^ text
)
new :
text : string -> TaskDialogButton
Parameters
- text String
- The text of the button.