API: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

Displays the content from the pop-up menu.

Vcl.RibbonActnCtrls.TRibbonGroupDropDown.DoDropDown inherits from Vcl.RibbonActnCtrls.TRibbonDropDownButton.DoDropDown. All content below this line refers to Vcl.RibbonActnCtrls.TRibbonDropDownButton.DoDropDown.

Displays the content from the pop-up menu.

DoDropDown expands the pop-up menu, considering the Actionbar orientation. The SelectFirst parameter shows whether to select the first menu item.

See Also