TcxContainerStyle.HotTrack Property
Specifies if a child style for the hot-tracked state is enabled.
#Declaration
Delphi
property HotTrack: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
Set the HotTrack
property to True
or False
to enable or disable appearance customization for the hot-tracked state of the affected control.
Note
The Hot
property is in effect only if the current style defines base control appearance settings (that is, the State property returns cs
#Style Setting Modification Flag
Any HotTrack
property value change adds the csvHotTrack
flag to the AssignedValues property. To restore the default HotTrack
property value, remove the csvHotTrack
flag.
#Default Value
The HotTrack
property’s default value is True
.
See Also