TiLed.ActiveColor

TiLed See Also

Specifies the active color of the LED.

property ActiveColor : TColor;

Description

Use ActiveColor to read or change the shown active color. The inactive color is automatically calculated if AutoInactiveColor is set to TRUE, otherwise the InactiveColor is used

Example

Delphi

iComponent.ActiveColor := clLime;

C++ Builder

iComponent->ActiveColor = clLime;

Contents | Index | Previous | Next