TdxLayoutLookAndFeelCaptionOptions.HotTrackStyles Property
Specifies hot tracking styles.
Declaration
property HotTrackStyles: TdxLayoutHotTrackStyles read; write; default [htsHandPoint, htsUnderlineHot];
Property Value
| Type | Description |
|---|---|
| TdxLayoutHotTrackStyles | A set of hot-track style flags. |
Remarks
The HotTrackStyles property value can include the following flags in any combination:
| 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 enable hot-tracking effects, set the HotTrack property to True.
Default Value
The HotTrackStyles property’s default value is [htsHandPoint, htsUnderlineHot].
See Also