TiSlidingScale.PointerColor
TiSlidingScale See Also
Specifies the color of the Pointer.
property PointerColor : TColor;
Description
Use PointerColor to read or change the pointer color.
Example
Delphi
iComponent.PointerColor := clBlue;
C++ Builder
iComponent->PointerColor = clBlue;
Note: Has no effect if PointerStyle = isspsLine since the pointers are essentially hidden, except for the Pointer
Line.
Contents | Index | Previous | Next