API:Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.SetupDropDownBtn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetupDropDownBtn; override;

C++

virtual void __fastcall SetupDropDownBtn();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonQuickAccessToolbar

Description

Creates drop-down buttons.

Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.SetupDropDownBtn inherits from Vcl.ActnCtrls.TCustomActionToolBar.SetupDropDownBtn. All content below this line refers to Vcl.ActnCtrls.TCustomActionToolBar.SetupDropDownBtn.

Creates drop-down buttons.

SetupDropDownBtn is used for creating drop-down buttons.

See Also