Vcl.RibbonActnCtrls.TRibbonComboControl.DropDownClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DropDownClick(const SelectFirst: Boolean); virtual;

C++

virtual void __fastcall DropDownClick(const bool SelectFirst);

Properties

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

Description

Responds to mouse clicks on a drop-down component.

The DropDownClick method does not manifest inherited behavior.

Use DropDownClick to show or hide the drop-down content. By default, the drop-down content is hidden. The SelectFirst parameter refers to the first item of the PopupMenu.

See Also