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

TcxCustomEdit.StyleFocused Property

Determines the style of a focused editor.

Declaration

property StyleFocused: TcxEditStyle read; write;

Property Value

Type
TcxEditStyle

Remarks

The StyleFocused property controls different look & feel attributes of the editor which has focus. 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 controls 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