In This Topic
            
            Initializes a new instance of the 
Label class with the specified key.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As System.Integer _
)
             
        
            
            public Label( 
   System.int 
)
             
        
             
        
            Parameters
- key
 
- The System.Int32 value which should be used as label key.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also