M-Files UI Extensibility Framework
OpenContextMenu Method
ITopPane Interface : OpenContextMenu Method
The menu position from left in logical pixels.
The menu position from top in logical pixels.
The menu aligment flags.
The custom data object.
Description
Opens a context menu with the given ID.
Syntax
Visual Basic
Public Sub OpenContextMenu( _
   ByVal menuID As String, _
   ByVal left As Double, _
   ByVal top As Double, _
   ByVal flags As UInt, _
   ByVal customData As String _
) 
Parameters
menuID
The ID of the menu to open.
left
The menu position from left in logical pixels.
top
The menu position from top in logical pixels.
flags
The menu aligment flags.
customData
The custom data object.
See Also

ITopPane Interface  | ITopPane Members