ListItemSubField::EditValue Method (ShapeElement^, ShapeField^, 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, ShapeField^ parentField, DiagramClientView^ view, PointD mousePosition ) override
Parameters
- parentShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The ShapeElement instance that contains this subfield.
- parentField
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeField^
The parent ShapeField of this ShapeSubField.
- 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: