TaskDialogRadioButton(String) Constructor

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

Definition

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

Parameters

text  String
The text of the radio button.

See Also