TiLed.InactiveColor

TiLed See Also

Specifies the Inactive (off) color of the indicator when AutoInactiveColor is set to FALSE.

property InactiveColor : TColor;

Description

Use InactiveColor to get or set the Inactive (off) color of the indicator. This property only has an effect if AutoInactiveColor is set to FALSE. The inactive color is automatically calculated to be 1/3 intensity of the ActiveColor when AutoInactiveColor is set to TRUE.

Example

Delphi

iComponent.InactiveColor := clGreen;

C++ Builder

iComponent->InactiveColor = clGreen;

Contents | Index | Previous | Next