Diagram.GetPotentialMouseAction Method
Gets the mouse action to initiate when the user clicks a point in the diagram.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public Overrides Function GetPotentialMouseAction ( _
mouseButtons As MouseButtons, _
point As PointD, _
hitTestInfo As DiagramHitTestInfo _
) As MouseAction
public override MouseAction GetPotentialMouseAction(
MouseButtons mouseButtons,
PointD point,
DiagramHitTestInfo hitTestInfo
)
public:
virtual MouseAction^ GetPotentialMouseAction(
MouseButtons mouseButtons,
PointD point,
DiagramHitTestInfo^ hitTestInfo
) override
abstract GetPotentialMouseAction :
mouseButtons:MouseButtons *
point:PointD *
hitTestInfo:DiagramHitTestInfo -> MouseAction
override GetPotentialMouseAction :
mouseButtons:MouseButtons *
point:PointD *
hitTestInfo:DiagramHitTestInfo -> MouseAction
public override function GetPotentialMouseAction(
mouseButtons : MouseButtons,
point : PointD,
hitTestInfo : DiagramHitTestInfo
) : MouseAction
Parameters
mouseButtons
Type: System.Windows.Forms.MouseButtonsThe mouse buttons that trigger the mouse action.
point
Type: Microsoft.VisualStudio.Modeling.Diagrams.PointDThe point in the diagram.
hitTestInfo
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramHitTestInfoThe hit test information that corresponds to the mouse position.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.MouseAction
The mouse action to initiate when the user clicks a point on the diagram.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.