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