Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarItem.GetCurrentImages Method

Returns the image list that is used when the current toolbar item is painted.

#Declaration

Delphi
function GetCurrentImages: TCustomImageList; virtual;

#Returns

Type
TCustomImageList

#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