ShapeSubField::GetCursor Method (Cursor^, DiagramClientView^, PointD)
Visual Studio 2015
Gets the cursor that is displayed when the mouse pointer is over the ShapeSubField.
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 current cursor.
- diagramClientView
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^
The view that the cursor will be drawn on.
- mousePosition
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::PointD
The mouse position in world units relative to diagram's top-left.
Return Value
Type: System.Windows.Forms::Cursor^
Show: