Vcl.RibbonActnCtrls.TRibbonComboControl.Click

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Click; override;

C++

DYNAMIC void __fastcall Click();

Properties

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

Description

Executes the control's action in response to a mouse click.

Click is called automatically when the user left-clicks the control. The method calls DropDownClick, which expands the pop-up menu.

See Also