TcxPCCustomButtons Class
Contains custom button settings.
Declaration
TcxPCCustomButtons = class(
TcxOwnedPersistent
)
Remarks
This class introduces the properties that allow you to do the following:
Access a collection of custom buttons and obtain a count of them (Buttons and Count);
Provide button images (HeaderImages and TabImages).
The TcxPCCustomButtons object is referenced by a tabbed control’s Properties.CustomButtons property.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxPCCustomButtons
See Also