vcl-cxedit-dot-tcxcustomedit-ba84427f.md
Defines style settings applied to the editor when it is hot-tracked.
property StyleHot: TcxEditStyle read; write;
| Type | Description |
|---|---|
| TcxEditStyle |
Stores editor state style settings.
|
The Style property defines the base appearance settings 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 the editor when a user hovers the mouse pointer over the editor client area.
For instance, you can use StyleHot.Font, StyleHot.TextColor, and StyleHot.TextStyle to customize text appearance for the editor when it is hot-tracked. The StyleHot.LookAndFeel property allows you to apply a different skin to the editor when it is hot-tracked.
Refer to the TcxEditStyle class description for detailed information on all available options.
Tip
To apply the same style settings to multiple editors, you can use a TcxEditStyleController component. If you need to apply the same style settings to all editors in your application, you can use a TcxDefaultEditStyleController component.
See Also
TcxCustomEdit.StyleDisabled Property
TcxCustomEdit.StyleFocused Property