Click or drag to resize

TaskDialogButtonItemCollection Property

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

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.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