BCGControlBar Library for .NET
GalleryGroupItems Property (ToolbarBaseGalleryButton)




Collection of GalleryGroup objects.
Syntax
'Declaration
 
Public ReadOnly Property GalleryGroupItems As CollectionWithEvents
'Usage
 
Dim instance As ToolbarBaseGalleryButton
Dim value As CollectionWithEvents
 
value = instance.GalleryGroupItems
public CollectionWithEvents GalleryGroupItems {get;}
public: __property CollectionWithEvents* get_GalleryGroupItems();
public:
property CollectionWithEvents^ GalleryGroupItems {
   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

ToolbarBaseGalleryButton Class
ToolbarBaseGalleryButton Members

Send Feedback