Vcl.Ribbon.TCustomRibbon.OnRightTabScrollButtonClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRightTabScrollButtonClick: TNotifyEvent read FOnRightTabScrollButtonClick  write FOnRightTabScrollButtonClick;

C++

__property System::Classes::TNotifyEvent OnRightTabScrollButtonClick = {read=FOnRightTabScrollButtonClick, write=FOnRightTabScrollButtonClick};

Properties

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

Description

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

See Also