Skip to main content
A newer version of this page is available. .

TcxEditStyleController.StyleHot Property

Specifies the style attributes provided by the current style controller for the highlighted (hot-tracked) editor.

Declaration

property StyleHot: TcxEditStyle read; write;

Property Value

Type
TcxEditStyle

Remarks

Use the StyleHot property to specify the highlighted state’s style attributes applied via the style controller to several editors. To redefine individual style attributes you need to assign values to the corresponding properties via the TcxCustomEdit.StyleHot property.

See Also