IASSlider

This interface provides the methods to manage Auto PC simple (AS) slider controls.

Method
Description
IASSlider::get_HiliteColor Gets the highlight color.
IASSlider::put_HiliteColor Sets the highlight color.
IASSlider::get_Incr Gets the value in which to increment the slider.
IASSlider::put_Incr Sets the value in which to increment the slider.

Remarks

The IASSlider interface, which has a global unique identifier equal to IID_ASSLIDER, extends the IASProgressBar interface. The slider control has a programmatic identifier equal to APC_Slider. Sliders—active controls designed to be moved by the user—are primarily managed with the methods inherited from IASProgressBar. When a slider is moved, it fires either a WM_HSCROLL or WM_VSCROLL command to the event sink. The WPARAM contains the control’s identifier. The LPARAM contains the slider value.

See Also

IASProgressBar