BCGControlBar Library for .NET
GroupImages Property




A reference to image list containing images for gallery items.
Syntax
'Declaration
 
Public Property GroupImages As ImageList
'Usage
 
Dim instance As GalleryGroup
Dim value As ImageList
 
instance.GroupImages = value
 
value = instance.GroupImages
public ImageList GroupImages {get; set;}
public: __property ImageList* get_GroupImages();
public: __property void set_GroupImages( 
   ImageList* value
);
public:
property ImageList^ GroupImages {
   ImageList^ get();
   void set (    ImageList^ value);
}
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

GalleryGroup Class
GalleryGroup Members

Send Feedback