TiKnob.IndicatorInactiveColor

TiKnob See Also

Specifies the color of the Indicator when inactive.

property IndicatorInactiveColor : TColor;

Description

Use IndicatorInactiveColor to read or change the indicator inactive color. Active is when the mouse is up. To disable the Active/Inactive Indicator color feature, set the IndicatorActiveColor and IndicatorInactiveColor properties to the same color.

Example

Delphi

iComponent.IndicatorInactiveColor := clRed;

C++ Builder

iComponent->IndicatorInactiveColor = clRed;

Contents | Index | Previous | Next