Vcl.Ribbon.TCustomRibbonGroup.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 TCustomRibbonGroup

Description

Implements the drop-down button of the ribbon control.

Note: This method does nothing, because ribbon groups cannot be customized.

See Also