TdxTileControlActionBars.Images Property
In This Article
Specifies a list that contains images for display in action bar items.
#Declaration
Delphi
property Images: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#Remarks
Use an action bar item’s ImageIndex property to display a particular image from the list in this item.
See Also