TdxCustomBreadcrumbEditProperties.ButtonImages Property
In This Article
Specifies the collection of images used as action button icons.
#Declaration
Delphi
property ButtonImages: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#Remarks
For a particular button, an image from the collection is specified via the button’s ImageIndex property.
See Also