CreateControl Method (TagNumericInputParams)
 
            
            
            
            
            
            'Declaration
 
Public Overrides Function CreateControl( _
   ByVal  As Tag, _
   ByVal  As Integer _
) As Control
             
        
            
            public override Control CreateControl( 
   Tag ,
   int 
)
             
        
             
        
            Parameters
- tag
 
- The tag to edit.
 - maxWidth
 
- The maximum width of the control.
 
            
            Return Value
The newly created control.