TiSlider.PointerIndicatorActiveColor
TiSlider See Also
Specifies the color of the indicator when active.
property PointerIndicatorActiveColor : TColor;
Description
Use PointerIndicatorActiveColor to read or change the indicator active color.
Active is when the mouse is down. To disable the Active/Inactive Indicator
color feature, set the PointerIndicatorActiveColor and PointerIndicatorInactiveColor properties to the same color.
Example
Delphi
iComponent.PointerIndicatorActiveColor := clRed;
C++ Builder
iComponent->PointerIndicatorActiveColor = clRed;
Note: The property does not apply if PointerStyle =ispsBar.
Contents | Index | Previous | Next