ShapeField::EditValue Method (ShapeElement^, DiagramClientView^, PointD)
Visual Studio 2015
Opens the in-place editor for the shape field.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual void EditValue( ShapeElement^ parentShape, DiagramClientView^ view, PointD mousePosition )
Parameters
- parentShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The parent shape to which the shape field is assigned.
- view
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^
The diagram client view.
- mousePosition
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::PointD
The current position of the mouse.
Show: