Vcl.RibbonActnCtrls.TRibbonComboControl.ShowComboItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowComboItems(const SelectFirst: Boolean); virtual;

C++

virtual void __fastcall ShowComboItems(const bool SelectFirst);

Properties

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

Description

Shows the combo items.

ShowComboItems shows the combo items. If the menu is currently visible, the method hides it.