C1GalleryItemCollection Constructor
                In This Topic
            
            Initializes a new instance of the 
C1GalleryItemCollection class.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As C1Gallery _
)
             
        
            
            public C1GalleryItemCollection( 
   C1Gallery 
)
             
        
             
        
            Parameters
- owner
- Parent ComboBox.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also