TdxBarItem.LargeGlyphChanged Method
Called after a source of large images for the current bar item has been changed.
Declaration
procedure LargeGlyphChanged; virtual;
Remarks
This method is called when one of the following properties has been changed:
the item’s LargeGlyph property;
a bar manager’s ImageOptions.LargeImages or ImageOptions.DisabledLargeImages property (provided that the item’s UseLargeImages function returns True).
See Also