Vcl.Ribbon.TCustomRibbon.ContextMenuPopupHandler

From RAD Studio API Documentation

Delphi

procedure ContextMenuPopupHandler(Sender: TObject); virtual;

C++

virtual void __fastcall ContextMenuPopupHandler(System::TObject* Sender);

Properties

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

Description

Is called when the user right-clicks a ribbon item to show the context menu for it.

See Also