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

TcxCustomEdit.StyleHot Property

Determines the style of a hot-tracked editor.

Declaration

property StyleHot: TcxEditStyle read; write;

Property Value

Type
TcxEditStyle

Remarks

The StyleHot property controls different look & feel attributes of the hot-tracked editor. It allows you to adjust the border and background color, border style and font attributes.

Note

In order to apply similar property values to several edit control simultaneously you should use the style controller. To apply similar property values to all edit controls within your application, use the default style controller.

See Also