TdxRibbonGalleryBaseOptions.Images Property
In This Article
Provides images for gallery items.
#Declaration
Delphi
property Images: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#Remarks
To associate a gallery item with an image from this image list, use the gallery item’s ImageIndex property.
See Also