Vcl.ActnCtrls.TCustomDropDownButton

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnCtrls.TCustomButtonControlVcl.ActnMan.TCustomActionControlVcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTCustomDropDownButton

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