Click or drag to resize

TaskDialogRadioButtonItemCollection Property

Gets the collection that items of this type are part of.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected override IEnumerable ItemCollection { get; }

Property Value

Type: IEnumerable
If the TaskDialogButton is currently associated with a TaskDialog, the Buttons collection of that TaskDialog; otherwise, .
See Also