TdxRibbonBackstageViewTabSheet.Images Property
In This Article
Returns image collection specified in a bar manager.
#Declaration
Delphi
property Images: TCustomImageList read;
#Property Value
Type |
---|
TCustom |
#Remarks
Use this property to refer to a bar manager’s image list. To associate a specific tab with an image, assign the image index to the tab’s ImageIndex property.
See Also