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

Called when the scroll button of the Quick Access Toolbar is pressed.

DoScrollBtnClick is internally used when the scroll button of the Quick Access Toolbar is pressed.

See Also