TcxSpeedButtonOptions Class
In This Article
Contains speed button options.
#Declaration
Delphi
TcxSpeedButtonOptions = class(
TcxButtonCustomPersistent
)
#Remarks
The TcxSpeedButtonOptions class allows you to use the TcxButton control as a standard VCL TSpeedButton control.
This object is referenced by the button’s SpeedButtonOptions property.
#Inheritance
TObject
TPersistent
TcxButtonCustomPersistent
TcxSpeedButtonOptions
See Also