Vcl.ThemedActnCtrls.TThemedDropDownButton

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TThemedDropDownButton = class(TCustomDropDownButton)

C++

class PASCALIMPLEMENTATION TThemedDropDownButton : public Vcl::Actnctrls::TCustomDropDownButton

Properties

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

Description

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

Vcl.ThemedActnCtrls.TThemedDropDownButton 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