UpdateProgress(Int32,String) Method
                In This Topic
            
            Updates the progress for the C1ProgressBar control using an integer for the new progress value and a string for the extra data stored by the user.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Sub UpdateProgress( _
   ByVal  As System.Integer, _
   ByVal  As System.String _
) 
             
        
            
            public void UpdateProgress( 
   System.int ,
   System.string 
)
             
        
             
        
            Parameters
- newValue
- The new progress value.
- extraData
- The extra data which is stored by user.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also