TcxPCCustomButtons.TabImages Property
In This Article
Specifies a collection of button images for display within tabs.
#Declaration
Delphi
property TabImages: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#Remarks
Use a custom button’s TabImageIndex property to select a particular image from the TabImages collection.
See Also