TiSlider.PointerIndicatorInactiveColor

TiSlider See Also

Specifies the color of the indicator when inactive.

property PointerIndicatorInactiveColor : TColor;

Description

Use PointerIndicatorInactiveColor 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.PointerIndicatorInactiveColor := clBlack;

C++ Builder

iComponent->PointerIndicatorInactiveColor = clBlack;

Note:
The property does not apply if PointerStyle =ispsBar which has no indicator

Contents | Index | Previous | Next