ControlValueToTag Method (TagNumericInputParams)
 
            
                In This Topic
            
            Copies the value from the control to the tag.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overrides Sub ControlValueToTag( _
   ByVal  As Control, _
   ByVal  As Tag _
) 
             
        
            
            public override void ControlValueToTag( 
   Control ,
   Tag 
)
             
        
             
        
            Parameters
- control
 
- The source control containing the value.
 - tag
 
- The Tag to which the value is assigned.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also