Vcl.RibbonActnCtrls.TRibbonDropDownButton.DoDropDown
Delphi
procedure DoDropDown(const SelectFirst: Boolean); virtual;
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 | TRibbonDropDownButton |
Description
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.