TcxCustomControlStyles.Inactive Property
In This Article
Specifies the selection style applied when an editing control is not focused.
#Declaration
Delphi
property Inactive: TcxStyle index ecs_Inactive read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The Inactive property allows you to define the selection style (text font and color, background color or image) when an editing control is not active (not focused).
See Also