Contains progress bar native API. 
- Namespace
 - xtd::forms::native 
 
- Library
 - xtd.forms.native
 
- Warning
 - Internal use only 
 
 
◆ marquee()
  
  
      
        
          | static void xtd::forms::native::progress_bar::marquee  | 
          ( | 
          intptr  | 
          control,  | 
         
        
           | 
           | 
          bool  | 
          marquee,  | 
         
        
           | 
           | 
          size_t  | 
          animation_speed  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprotected   | 
  
 
Sets value indicates progress by continuously scrolling a block across a progress_bar in a marquee fashion. 
- Parameters
 - 
  
    | control | Control window handle.  | 
    | marquee | true if progress_bar is marquee; otherwise false.  | 
    | animation_speed | The time period, in milliseconds, that it takes the progress block to scroll across the progress bar.  | 
  
   
- Warning
 - Internal use only 
 
 
 
◆ maximum()
  
  
      
        
          | static void xtd::forms::native::progress_bar::maximum  | 
          ( | 
          intptr  | 
          control,  | 
         
        
           | 
           | 
          int32  | 
          maximum  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprotected   | 
  
 
Sets the maximum value of the range of the control. 
- Parameters
 - 
  
    | control | Control window handle.  | 
    | maximum | The maximum value of the range.  | 
  
   
- Warning
 - Internal use only 
 
 
 
◆ minimum()
  
  
      
        
          | static void xtd::forms::native::progress_bar::minimum  | 
          ( | 
          intptr  | 
          control,  | 
         
        
           | 
           | 
          int32  | 
          minimum  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprotected   | 
  
 
Sets the minimum value of the range of the control. 
- Parameters
 - 
  
    | control | Control window handle.  | 
    | minimum | The minimum value of the range.  | 
  
   
- Warning
 - Internal use only 
 
 
 
◆ value()
  
  
      
        
          | static void xtd::forms::native::progress_bar::value  | 
          ( | 
          intptr  | 
          control,  | 
         
        
           | 
           | 
          int32  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprotected   | 
  
 
Sets the current position of the progress bar. 
- Parameters
 - 
  
    | control | Control window handle.  | 
    | value | The position within the range of the progress bar.  | 
  
   
- Warning
 - Internal use only 
 
 
 
The documentation for this class was generated from the following file: