TdxBarItem.GetCurrentImages Method
In This Article
Returns the image list that is used when the current toolbar item is painted.
#Declaration
Delphi
function GetCurrentImages: TCustomImageList; virtual;
#Returns
Type |
---|
TCustom |
#Remarks
By default, the GetCurrentImages function returns an image list associated with the bar manager that owns the current bar item. You can override this function to provide a custom image list for the item. Use the ImageIndex property to associate the item with an image from the specified image list.
See Also