API: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

TCustomButtonControl is the base class for ActionBand button controls.

Vcl.ActnCtrls.TCustomDropDownButton inherits from Vcl.ActnCtrls.TCustomButtonControl. All content below this line refers to Vcl.ActnCtrls.TCustomButtonControl.

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.

See Also