This documentation is archived and is not being maintained.
InPlaceTextEditor Methods
Namespace:
Microsoft.VisualStudio.Modeling.DiagramsAssembly:
Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
| Name | Description |
|---|
 | CancelPendingEdit() | Cancels a pending edit if any. |
 | CanEditValue(ShapeElement^, ShapeField^, ShapeSubField^, DiagramClientView^) | Returns a value indicating whether the value of this field can be edited. |
 | CommitPendingEdit() | Commits a pending edit if any. |
 | Dispose() | |
 | EditValue(ShapeElement^, ShapeField^, ShapeSubField^, DiagramClientView^) | Invokes the in-place editor. |
 | EditValue(ShapeElement^, ShapeField^, ShapeSubField^, DiagramClientView^, PointD) | Invokes the in-place editor, setting the caret using the specified mouse position. |
 | EditValue(ShapeElement^, ShapeField^, ShapeSubField^, DiagramClientView^, String^) | Invokes the in-place editor, replacing the text with the specified text. |
 | Equals(Object^) | |
 | GetHashCode() | |
 | GetType() | |
 | SetFont(String^, Single, FontStyle, GraphicsUnit, DiagramClientView^) | Sets the font for this editor. |
 | ToString() | |
Return to top