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