TdxBarLargeButton.HotImageIndex Property
Specifies the index of an associated image in the HotImages list.
Declaration
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