ShapeSubField::GetPotentialMouseAction Method (MouseButtons, PointD, DiagramHitTestInfo^)

 

Retrieves a mouse action that should be made active on the next MouseDown event if the mouse is over the specified point.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual MouseAction^ GetPotentialMouseAction(
	MouseButtons mouseButtons,
	PointD point,
	DiagramHitTestInfo^ hitTestInfo
)

Parameters

mouseButtons
Type: System.Windows.Forms::MouseButtons
point
Type: Microsoft.VisualStudio.Modeling.Diagrams::PointD

Mouse position relative to Diagram's top-left in world units.

hitTestInfo
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramHitTestInfo^
Return to top
Show: