Click or drag to resize

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; }

Property Value

Type: TaskDialogItemCollectionTaskDialogRadioButton
A list of the radio buttons on the Task Dialog.
See Also