| TaskDialogRadioButtons Property |
Gets a list of the radio buttons on the Task Dialog.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TaskDialogItemCollection<TaskDialogRadioButton> RadioButtons { get; }
Public ReadOnly Property RadioButtons As TaskDialogItemCollection(Of TaskDialogRadioButton)
Get
public:
property TaskDialogItemCollection<TaskDialogRadioButton^>^ RadioButtons {
TaskDialogItemCollection<TaskDialogRadioButton^>^ get ();
}
member RadioButtons : TaskDialogItemCollection<TaskDialogRadioButton> with get
Property Value
Type:
TaskDialogItemCollectionTaskDialogRadioButton
A list of the radio buttons on the Task Dialog.
See Also