Skip to main content

TdxLayoutLookAndFeelCaptionOptions.HotTrackStyles Property

Specifies hot tracking styles.

Descritpion

Values include:

| Value | Description | | | | | htsHandPoint | The mouse cursor changes to an image of a hand. | | htsUnderlineCold | An underline is displayed under all untracked items. | | htsUnderlineHot | An underline is displayed under the tracked item. |

To activate hot tracking, set the HotTrack property to True.

The default value of the HotTrackStyles property is [htsHandPoint, htsUnderlineHot].

Declaration

property HotTrackStyles: TdxLayoutHotTrackStyles read; write; default [htsHandPoint, htsUnderlineHot];

Property Value

Type
TdxLayoutHotTrackStyles
See Also