TcxContainerStyle.HotTrack Property
Specifies if a child style for the hot-tracked state is enabled.
Declaration
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 HotTrack property is in effect only if the current style defines base control appearance settings (that is, the State property returns csNormal).
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