TdxBarItem.GetCurrentImages Method
Returns the image list that is used when the current toolbar item is painted.
Declaration
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