TiKnob.IndicatorActiveColor

TiKnob See Also

Specifies the color of the indicator when active.

property IndicatorActiveColor : TColor;

Description

Use IndicatorActiveColor 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 IndicatorActiveColor and IndicatorInactiveColor properties to the same color.

Example

Delphi

iComponent.IndicatorActiveColor := clAqua;

C++ Builder

iComponent->IndicatorActiveColor = clAqua;

Contents | Index | Previous | Next