TcxButtonImageOptions.Images Property
In This Article
Specifies a collection of button images.
#Declaration
Delphi
property Images: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#Remarks
Use the ImageIndex property to select a particular image from the Images collection.
See Also