ShapeField::GetCursor Method (Cursor^, DiagramClientView^, PointD)

 

Gets the pointer that appears when the mouse is pointing to the shape field.

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

public:
virtual Cursor^ GetCursor(
	Cursor^ currentCursor,
	DiagramClientView^ diagramClientView,
	PointD mousePosition
)

Parameters

currentCursor
Type: System.Windows.Forms::Cursor^

The pointer that is appearing.

diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^

The diagram client view.

mousePosition
Type: Microsoft.VisualStudio.Modeling.Diagrams::PointD

The current position of the pointer over the diagram.

Return Value

Type: System.Windows.Forms::Cursor^

The pointer that appears when the mouse is pointing to the shape field.

Return to top
Show: