TcxContainer.StyleFocused Property
In This Article
Provides access to the TcxContainerStyle object containing the focused state settings for the container control.
#Declaration
Delphi
property StyleFocused: TcxContainerStyle read; write;
#Property Value
Type | Description |
---|---|
Tcx |
A container style. |
#Remarks
The StyleFocused property provides access to the TcxContainerStyle object that contains the style settings applied to the focused container control. You can use its properties to specify the border color, border style, background color and font settings which are accessible via the corresponding properties.
Note
To customize the style settings that are used for drawing the container control in states other than the focused one, such as normal, disabled or hot-tracked, use the Style, Style
See Also