DictionaryImage Constructor(String,Image)
 
            
                In This Topic
            
            Initializes a new instance of the 
DictionaryImage class.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As String, _
   ByVal  As Image _
)
             
        
            
            public DictionaryImage( 
   string ,
   Image 
)
             
        
             
        
            Parameters
- name
 
- The name of the current item.
 - image
 
- The image to store in the current item.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also