Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxContainer.StyleHot Property

Provides access to the TcxContainerStyle object containing the highlighted state settings for the container control.

#Declaration

Delphi
property StyleHot: TcxContainerStyle read; write;

#Property Value

Type Description
TcxContainerStyle

A container style.

#Remarks

The StyleHot property provides access to the TcxContainerStyle object that contains the style settings applied to the highlighted (hot-tracked) container control (when the mouse cursor hovers over it). 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 highlighted one, such as normal, disabled or focused, use the Style, StyleDisabled and StyleFocused properties, respectively.

See Also