  | TaskDialogButtonItemCollection 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)
Syntaxprotected 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