BCGControlBar Library for .NET
ItemCollection Property (ToolboxGroup)




Syntax
'Declaration
 
Public Overridable ReadOnly Property ItemCollection As ToolboxItemsCollection
'Usage
 
Dim instance As ToolboxGroup
Dim value As ToolboxItemsCollection
 
value = instance.ItemCollection
public virtual ToolboxItemsCollection ItemCollection {get;}
public: __property virtual ToolboxItemsCollection* get_ItemCollection();
public:
virtual property ToolboxItemsCollection^ ItemCollection {
   ToolboxItemsCollection^ 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

ToolboxGroup Class
ToolboxGroup Members

Send Feedback