Progress Bar Controls Messages (Compact 2013)
3/28/2014
The following table shows the progress bar control messages, with a description of the purpose of each.
Programming element |
Description |
---|---|
This message advances the current position of a progress bar by a specified increment and redraws the bar to reflect the new position. |
|
This message retrieves the current position of the progress bar. |
|
This message retrieves information about the current high and low limits of a specified progress bar control. |
|
This message sets the current position for a progress bar and redraws the bar to reflect the new position. |
|
This message sets the minimum and maximum values for a progress bar and redraws the bar to reflect the new range. |
|
This message sets the range of a progress bar control to a 32-bit value. |
|
This message specifies the step increment for a progress bar. |
|
This message advances the current position for a progress bar by the step increment and redraws the bar to reflect the new position. |