BCGControlBar Library for .NET
ItemGroups Property




Specifies the collection of group items located on the Category Item.
Syntax
'Declaration
 
Public ReadOnly Property ItemGroups As CollectionWithEvents
'Usage
 
Dim instance As CategoryItem
Dim value As CollectionWithEvents
 
value = instance.ItemGroups
public CollectionWithEvents ItemGroups {get;}
public: __property CollectionWithEvents* get_ItemGroups();
public:
property CollectionWithEvents^ ItemGroups {
   CollectionWithEvents^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CategoryItem Class
CategoryItem Members

Send Feedback