DiagramDocView.ShowContextMenu(CommandID, Point) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shows context menu at specified point on the screen.
protected:
void ShowContextMenu(System::ComponentModel::Design::CommandID ^ contextMenuId, System::Drawing::Point pt);
protected void ShowContextMenu (System.ComponentModel.Design.CommandID contextMenuId, System.Drawing.Point pt);
member this.ShowContextMenu : System.ComponentModel.Design.CommandID * System.Drawing.Point -> unit
Protected Sub ShowContextMenu (contextMenuId As CommandID, pt As Point)
Parameters
- contextMenuId
- CommandID
Context menu to show.
- pt
- Point
Point on the screen.