BCGControlBar Library for .NET
UpdateGalleryGroupCollection Method




Collection of group items to be added.
Adds a collection of GalleryGroup objects o the existing collection of items. The internal collection (ItemCollection) will be rebuilt.
Syntax
'Declaration
 
Public Sub UpdateGalleryGroupCollection( _
   ByVal collection As CollectionWithEvents _
) 
'Usage
 
Dim instance As GalleryControl
Dim collection As CollectionWithEvents
 
instance.UpdateGalleryGroupCollection(collection)
public void UpdateGalleryGroupCollection( 
   CollectionWithEvents collection
)
public: void UpdateGalleryGroupCollection( 
   CollectionWithEvents* collection
) 
public:
void UpdateGalleryGroupCollection( 
   CollectionWithEvents^ collection
) 

Parameters

collection
Collection of group items to be added.
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

GalleryControl Class
GalleryControl Members

Send Feedback