Displays the automation context menu.
public virtual void ShowContextMenu()
Public Overridable Sub ShowContextMenu()
-(void) showContextMenu;
public void showContextMenu()
public:
virtual void ShowContextMenu()
This method will display the context menu not associated with any object. The AnnAutomation will call this method when the user right-clicks the mouse cursor anywhere in the Container surface but not on any of the objects currently in the container. You can call this method to show this context menu manually (for example, as a result from clicking on a certain menu item in your application).
The automation framework does not contain any context menu object, instead, the OnShowContextMenu event is fired and it is up to the application to show the UI.
Call the CanShowObjectContextMenu property to determine if the AnnAutomation is currently in a state where the object context menu can be shown
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document