Click or drag to resize

TaskDialog.RadioButtons 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; }

Property Value

Type: TaskDialogItemCollection<TaskDialogRadioButton>
A list of the radio buttons on the Task Dialog.
See Also