Vcl.ActnCtrls.TCustomButtonControl
Delphi
TCustomButtonControl = class(TCustomActionControl)
C++
class PASCALIMPLEMENTATION TCustomButtonControl : public Vcl::Actnman::TCustomActionControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ActnCtrls.pas Vcl.ActnCtrls.hpp |
Vcl.ActnCtrls | Vcl.ActnCtrls |
Description
TCustomButtonControl is the base class for ActionBand button controls.
TCustomButtonControl is a base class for several ActionBand components. Most notably, the standard menu button (TStandardMenuButton) derives from this class.
Do not create instances of TCustomButtonControl. If you want to replace the standard menu button behaviors, use the TCustomMenuButton class as a parent class for your replacement class.