This interface provides the methods to manage a progress bar.
Method |
Description |
IASProgressBar::get_Horizontal | Determines whether the progress bar is horizontal or vertical. The IASProgressBar interface does not implement this method; it is implemented by IASSlider, which derives from IASProgressBar. |
IASProgressBar::get_Max | Gets the maximum value of the progress bar. |
IASProgressBar::get_Min | Gets the minimum value of the progress bar. |
IASProgressBar::get_RangeColor | Gets the color assigned to a range. |
IASProgressBar::get_RangeCount | Gets the current number of ranges. |
IASProgressBar::get_RangeValue | Gets the starting value for the specified range. |
IASProgressBar::get_Steps | Gets the number of divisions for the progress bar. |
IASProgressBar::get_Value | Gets the current value associated with the progress bar. |
IASProgressBar::put_Horizontal | Specifies whether the progress bar is horizontal or vertical. The IASProgressBar interface does not implement this method; it is implemented by IASSlider, which derives from IASProgressBar. |
IASProgressBar::put_Max | Specifies the maximum value of the progress bar. |
IASProgressBar::put_Min | Specifies the minimum value of the progress bar. |
IASProgressBar::put_RangeColor | Sets the color assigned to a range. |
IASProgressBar::put_RangeCount | Sets the current number of ranges. |
IASProgressBar::put_RangeValue | Sets the starting value for a specified range. |
IASProgressBar::put_Steps | Specifies the number of divisions for the progress bar. |
IASProgressBar::put_Value | Specifies the current value of the progress bar. |
The IASProgressBar interface, which has a global unique identifier (GUID) equal to IID_ASPROGRESSBAR, extends the IASControl interface. The progress bar has a programmatic identifier equal to APC_Progress.