Shows the context menu with the given command ID at the specified location.
[Visual Basic] Sub ShowContextMenu( _ ByVal menuID As CommandID, _ ByVal x As Integer, _ ByVal y As Integer _ ) [C#] void ShowContextMenu( CommandID menuID, int x, int y ); [C++] void ShowContextMenu( CommandID* menuID, int x, int y ) = 0; [JScript] function ShowContextMenu( menuID : CommandID, x : int, y : int );
IMenuCommandService Interface | IMenuCommandService Members | System.ComponentModel.Design Namespace