ShapeField.EditValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EditValue(ShapeElement, DiagramClientView) |
Invokes the in-place editor. |
EditValue(ShapeElement, DiagramClientView, PointD) |
Invokes the in-place editor, setting the caret using the specified mouse position. |
EditValue(ShapeElement, DiagramClientView)
Invokes the in-place editor.
public:
virtual void EditValue(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ view);
public virtual void EditValue (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView view);
abstract member EditValue : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> unit
override this.EditValue : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> unit
Public Overridable Sub EditValue (parentShape As ShapeElement, view As DiagramClientView)
Parameters
- parentShape
- ShapeElement
The ShapeElement instance that contains this field.
- view
- DiagramClientView
The view that will host the editor.
Applies to
EditValue(ShapeElement, DiagramClientView, PointD)
Invokes the in-place editor, setting the caret using the specified mouse position.
public:
virtual void EditValue(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ view, Microsoft::VisualStudio::Modeling::Diagrams::PointD mousePosition);
public virtual void EditValue (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView view, Microsoft.VisualStudio.Modeling.Diagrams.PointD mousePosition);
abstract member EditValue : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView * Microsoft.VisualStudio.Modeling.Diagrams.PointD -> unit
override this.EditValue : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView * Microsoft.VisualStudio.Modeling.Diagrams.PointD -> unit
Public Overridable Sub EditValue (parentShape As ShapeElement, view As DiagramClientView, mousePosition As PointD)
Parameters
- parentShape
- ShapeElement
The ShapeElement instance that contains this field.
- view
- DiagramClientView
The view that will host the editor.
- mousePosition
- PointD
The mouse position relative to the top-left of the diagram in world units.