InPlaceTextEditor Methods

 

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

NameDescription
System_CAPS_pubmethodCancelPendingEdit()

Cancels a pending edit if any.

System_CAPS_pubmethodCanEditValue(ShapeElement^, ShapeField^, ShapeSubField^, DiagramClientView^)

Returns a value indicating whether the value of this field can be edited.

System_CAPS_pubmethodCommitPendingEdit()

Commits a pending edit if any.

System_CAPS_pubmethodDispose()

Releases all resources used by the current instance of the InPlaceTextEditor class.

System_CAPS_pubmethodEditValue(ShapeElement^, ShapeField^, ShapeSubField^, DiagramClientView^)

Invokes the in-place editor.

System_CAPS_pubmethodEditValue(ShapeElement^, ShapeField^, ShapeSubField^, DiagramClientView^, PointD)

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

System_CAPS_pubmethodEditValue(ShapeElement^, ShapeField^, ShapeSubField^, DiagramClientView^, String^)

Invokes the in-place editor, replacing the text with the specified text.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSetFont(String^, Single, FontStyle, GraphicsUnit, DiagramClientView^)

Sets the font for this editor.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: