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.HotImageIndex Property

Specifies the index of an associated image in the HotImages list.

#Declaration

Delphi
property HotImageIndex: Integer read; write; default -1;

#Property Value

Type
Integer

#Remarks

Set the HotImageIndex greater than -1 to associate an image from the TdxBarManager HotImages list. The hot image appears on the button surface 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 surface even when the mouse pointer is outside of the button area.

If the HotImageIndex property is set to -1, the image displayed by the hot-tracked button is determined by the LargeImageIndex property. If the LargeImageIndex property is also set to -1, no image is displayed.

See Also