Skip to main content

TdxLayoutLookAndFeelCaptionOptions.HotTrack Property

Specifies whether a caption is highlighted when the mouse passes over it.

Descritpion

Use the HotTrack property to specify the manner in which a caption responds to mouse movements over it. Set the HotTrack property to True in order to provide visual feedback as to which caption is under the mouse. When the HotTrack property is False, there is no visual feedback when the mouse passes over captions. To specify hot tracking styles, use the HotTrackStyles property.

The default value of the HotTrack property is False.

Declaration

property HotTrack: Boolean read; write; default False;

Property Value

Type Default
Boolean False
See Also