WorkflowDesignerMessageFilter::OnShowContextMenu Method (Point)
.NET Framework (current version)
Occurs when the workflow should show a context menu.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- screenMenuPoint
-
Type:
System.Drawing::Point
The point at which to the context menu is shown.
OnShowContextMenu occurs when the workflow should show a context menu.
The following code example shows how to override the OnShowContextMenu method so that it always returns true.
This code example is part of the Basic Designer Hosting SDK Sample from the DesignerShell.cs file. For more information, seeBasic Designer Hosting.
.NET Framework
Available since 3.0
Available since 3.0
Show: