TiSlider.PointerStyle

TiSlider See Also

Specifies the Pointer style.

type TiSliderPointerStyle = (ispsLed, ispsPointer, ispsBar, ispsLightBar);

property PointerStyle : TiSliderPointerStyle;

Description

Set PointerStyle to specify the Pointer style.

These are the possible values:

Value
Meaning
ispsLed
3D rectangular. pointer
ispsPointer
Standard 3D pointer.
ispsBar
Standard 3D bar.
ispsLightBar
Standard 3D bar with a thin light indicator.

Example

Delphi

iComponent.PointerStyle := ispsLed;

C++ Builder

iComponent->PointerStyle = ispsLed;

Contents | Index | Previous | Next