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

TdxBarLargeButton.HotGlyph Property

Specifies the glyph that is drawn on the button when the button is selected.

#Declaration

Delphi
property HotGlyph: TdxSmartGlyph read; write;

#Property Value

Type
TdxSmartGlyph

#Remarks

The hot glyph is an image that appears on the button surface when the mouse pointer is over the button. The large image on the button is replaced by the hot image when the mouse points to the button. If the button doesn’t have an associated large image, the hot image is drawn on the button.

Note

Neither the hot image nor large image is drawn in the Customization Form or when the button belongs to a submenu control. An image from the Image list is used instead.

See Also