Vcl.ActnCtrls.TCustomDropDownButton

From RAD Studio API Documentation

TCustomDropDownButtonVcl.ActnCtrls.TCustomButtonControlVcl.ActnMan.TCustomActionControlVcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistent

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.

See Also