Vcl.RibbonActnCtrls.TRibbonGroupDropDown.DoDropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDropDown(const SelectFirst: Boolean); override;

C++

virtual void __fastcall DoDropDown(const bool SelectFirst);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonGroupDropDown

Description

Performs a drop-down action for TRibbonGroupDropDown.

DoDropDown expands the pop-up menu, considering the Actionbar orientation. The SelectFirst parameter can select or not the first menu item.