Vcl.Ribbon.TCustomRibbon.OnLeftTabScrollButtonClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLeftTabScrollButtonClick: TNotifyEvent read FOnLeftTabScrollButtonClick

C++

__property System::Classes::TNotifyEvent OnLeftTabScrollButtonClick = {read=FOnLeftTabScrollButtonClick, write=FOnLeftTabScrollButtonClick};

Properties

Type Visibility Source Unit Parent
event protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Occurs when the user clicks the left scroll button of the ribbon tab.

See Also