TextField::EditValue Method (ShapeElement^, DiagramClientView^, PointD)
Visual Studio 2015
Invokes the in-place editor, setting the caret using the specified mouse position.
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 ) override
Parameters
- parentShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The ShapeElement instance that contains this field.
- view
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^
The view that will host the editor.
- mousePosition
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::PointD
The mouse position relative to the top-left of the diagram in world units.
Show: