TaskDialogSelectedRadioButtonIndex Property

After the dialog is closed, gets the index of the selected radio button defined in the RadioButtons collection. If no radio button was selected, this property returns -1.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public int SelectedRadioButtonIndex { get; }

Property Value

Int32

See Also