Vcl.XPActnCtrls.TXPStyleDropDownBtn

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnCtrls.TCustomDropDownButtonVcl.ActnCtrls.TCustomButtonControlVcl.ActnMan.TCustomActionControlVcl.Controls.TGraphicControlVcl.Controls.TControlTXPStyleDropDownBtn

Delphi

TXPStyleDropDownBtn = class(TCustomDropDownButton)

C++

class PASCALIMPLEMENTATION TXPStyleDropDownBtn : public Vcl::Actnctrls::TCustomDropDownButton

Properties

Type Visibility Source Unit Parent
class public
Vcl.XPActnCtrls.pas
Vcl.XPActnCtrls.hpp
Vcl.XPActnCtrls Vcl.XPActnCtrls

Description

TCustomDropDownButton is the base class for ActionBand drop-down controls.

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

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