API:Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.DoScrollBtnClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoScrollBtnClick; override;

C++

virtual void __fastcall DoScrollBtnClick();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonQuickAccessToolbar

Description

Simulates a mouse click, as if the user had clicked the wheel button.

Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.DoScrollBtnClick inherits from Vcl.ActnCtrls.TCustomActionToolBar.DoScrollBtnClick. All content below this line refers to Vcl.ActnCtrls.TCustomActionToolBar.DoScrollBtnClick.

Simulates a mouse click, as if the user had clicked the wheel button.

DoScrollBtnClick is used for simulating a mouse click, as if the user had clicked the wheel button.

See Also