ListItemSubField::EditValue Method (ShapeElement^, ShapeField^, DiagramClientView^, PointD)

 

Invokes the in-place editor, setting the caret using the specified mouse position.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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.

Return to top
Show: