Vcl.ActnCtrls.TCustomDropDownButton
Delphi
TCustomDropDownButton = class(TCustomButtonControl)
C++
class PASCALIMPLEMENTATION TCustomDropDownButton : public TCustomButtonControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ActnCtrls.pas Vcl.ActnCtrls.hpp |
Vcl.ActnCtrls | Vcl.ActnCtrls |
Description
TCustomDropDownButton is the base class for ActionBand drop-down controls.
TCustomDropDownButton is the base class for several ActionBand components. Most notably, the standard drop-down button derives from this class. Do not create instances of TCustomDropDownButton.