TaskDialogRadioButton(String, String) Constructor

Creates a new instance of the TaskDialogRadioButton class with the specified name and text.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public TaskDialogRadioButton(
	string name,
	string text
)

Parameters

name  String
The name of the radio button.
text  String
The text of the radio button.

See Also