TiLed.AutoInactiveColor
TiLed See Also
Determines whether the color of the indicator when inactive (off) is
calculated automatically.
property AutoInactiveColor : Boolean;
Description
Use AutoInactiveColor to specify whether the color of the indicator when
inactive (off) is calculated automatically. When AutoInactiveColor is set to TRUE,
the color is calculated to be 1/3 intensity of the ActiveColor . When AutoInactiveColor is set to FALSE, the InactiveColor is used for the inactive (off) state color.
Example
Delphi
iComponent.AutoInactiveColor := True;
C++ Builder
iComponent->AutoInactiveColor = True;
Contents | Index | Previous | Next