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