TcxEditStyleController.StyleHot Property
Defines style settings applied to the currently hot-tracked editor.
Declaration
property StyleHot: TcxEditStyle read; write;
Property Value
Type | Description |
---|---|
TcxEditStyle | Stores editor state style settings. |
Remarks
The Style property defines the base appearance for all editor states. If the Style.HotTrack property is set to True
, you can use the StyleHot
property to define different appearance attributes for any editor when a user hovers the mouse pointer over the editor client area.
Hot-Tracked State Style Settings
For instance, you can use StyleHot
.Font, StyleHot
.TextColor, and StyleHot
.TextStyle to customize text appearance for any editor when it is hot-tracked. The StyleHot
.LookAndFeel property allows you to apply a different skin to the hot-tracked editor.
Refer to the TcxEditStyle class description for detailed information on all available options.
Individual Editor Style Settings
To customize focused state appearance of an individual editor, use its StyleHot
property. All appearance settings accessible through the StyleHot
property of an individual editor have higher priority than corresponding settings accessible through the style controller’s StyleHot
property.