TaskDialogButton(String, String) Constructor
Creates a new instance of the
TaskDialogButton with the specified name and text.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public TaskDialogButton(
string name,
string text
)
Public Sub New (
name As String,
text As String
)
public:
TaskDialogButton(
String^ name,
String^ text
)
new :
name : string *
text : string -> TaskDialogButton
Parameters
- name String
- The name of the button.
- text String
- The text of the button.