←Select platform

OnShowContextMenu Event

Summary
Occurs when the automation needs to show the context menu when no objects are selected.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public event EventHandler<AnnAutomationEventArgs> OnShowContextMenu 
-(void) automation:(LTAnnAutomation*) automation showContextMenu:(LTAnnAutomationEventArgs*) e; 
public void addOnShowContextMenuListener(AnnOnShowContextMenuListener listener) 
public void removeOnShowContextMenuListener(AnnOnShowContextMenuListener listener) 
public:  
   event EventHandler<AnnAutomationEventArgs^>^ OnShowContextMenu 
def OnShowContextMenu(sender,e): # sender: AnnAutomation e: AnnAutomationEventArgs 
Event Data

The event handler receives an argument of type AnnAutomationEventArgs containing data related to this event. The following AnnAutomationEventArgs properties provide information specific to this event.

PropertyDescription
Cancel Get or sets a value that indicates whether this event is to be cancelled.
Remarks

This event is fired when the ShowContextMenu method is called.

The framework does not contain a user interface for this, instead, the OnShowContextMenu event is fired and the application code most show the context menu.

Requirements

Target Platforms

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.