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.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public int SelectedRadioButtonIndex { get; }
Public ReadOnly Property SelectedRadioButtonIndex As Integer
Get
public:
property int SelectedRadioButtonIndex {
int get ();
}
member SelectedRadioButtonIndex : int with get
Property Value
Int32