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