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

TcxEditStyleController.StyleFocused Property

Specifies the style attributes provided by the current style controller for the focused editor.

Declaration

property StyleFocused: TcxEditStyle read; write;

Property Value

Type
TcxEditStyle

Remarks

Use the StyleFocused property to specify the focused 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.StyleFocused property.

See Also