TdxLayoutLookAndFeelCaptionOptions.TextHotColor Property
Specifies the text color of the hot-tracked caption.
Descritpion
Use the TextHotColor property to specify caption text color when hot tracking is active and the caption is beneath the mouse. To activate hot tracking, set the HotTrack property to True.
The default value of the TextHotColor property is clDefault.
Declaration
property TextHotColor: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
See Also