TdxRibbonBackstageViewTabSheet.Images Property
Returns image collection specified in a bar manager.
Declaration
property Images: TCustomImageList read;
Property Value
Type |
---|
TCustomImageList |
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