| 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; }
Protected Overrides ReadOnly Property ItemCollection As IEnumerable
Get
protected:
virtual property IEnumerable^ ItemCollection {
IEnumerable^ get () override;
}
abstract ItemCollection : IEnumerable with get
override ItemCollection : IEnumerable with get
Property Value
Type:
IEnumerable
If the
TaskDialogButton is currently associated with a
TaskDialog, the
Buttons collection of that
TaskDialog; otherwise,
.
See Also