Occurs when the automation needs to show the context menu when no objects are selected.
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.
Property | Description |
---|---|
Cancel | Get or sets a value that indicates whether this event is to be cancelled. |
Object | Gets the current selected automation object. |
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.
Products |
Support |
Feedback: OnShowContextMenu Event - Leadtools.Annotations.Automation |
Introduction |
Help Version 19.0.2017.3.22
|