TdxBarItem.HotGlyphChanged Method
In This Article
Called after a source of hot images for the current bar item has been changed.
#Declaration
Delphi
procedure HotGlyphChanged; virtual;
#Remarks
This method is called when a bar manager’s ImageOptions.HotImages property has been changed (provided that the item’s UseHotImages function returns True).
See Also