Occurs when the automation needs to show the context menu when no objects are selected.
Object.defineProperty(AnnAutomation.prototype,'onShowContextMenu',
get: function(),
set: function(value)
)
function onShowContextMenu.add(function(sender, e));
function onShowContextMenu.remove(function(sender, e));
onShowContextMenu: void;
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.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | AnnAutomationEventArgs | The event data. |
Products |
Support |
Feedback: onShowContextMenu Event (AnnAutomation) - Leadtools.Annotations.Automation |
Introduction |
Help Version 19.0.2017.3.21
|