TdxBarLargeButtonControl.HotGlyph Property
In This Article
Returns the hot image associated with an item.
#Declaration
Delphi
property HotGlyph: TdxSmartGlyph read;
#Property Value
Type |
---|
Tdx |
#Remarks
A hot mage is an image that appears on a button’s surface when the mouse points to the button. A hot image can be associated with the button via the TdxBarLargeButton class’s HotGlyph or HotImageIndex properties.
See Also