InPlaceTextEditor Properties

 

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_pubpropertyCommitOnEscape

Gets or sets a value indicating whether the Escape key commits the edit. If true, the Enter key will be used as a CRLF for in-place editing.

System_CAPS_pubpropertyEditorControl

Gets the Windows control used to edit the text.

System_CAPS_pubpropertyEditorFont

Gets the custom font for this editor. This property may return null in which case the edit control's default font will be used.

System_CAPS_pubpropertyField

Gets the field that is currently being edited or the field whose subfield is currently being edited.

System_CAPS_pubpropertyHorizontalAlignment

Gets or sets a value indicating the horizontal alignment of the text in the editor.

System_CAPS_pubpropertySystem_CAPS_staticInstance

Gets the singleton InPlaceTextEditor instance.

System_CAPS_pubpropertyInUse

Gets a value indicating whether the edit control is currently active and in use.

System_CAPS_pubpropertyMultipleLineEditingEnabled

Gets or sets a value indicating whether the text editor supports multiline editing.

System_CAPS_pubpropertyShape

Gets the shape whose field or subfield is currently being edited.

System_CAPS_pubpropertySubField

Gets the subfield that is currently being edited. This can be null.

System_CAPS_pubpropertyWordWrap

Gets or sets a value indicating whether the editor should word wrap.

Return to top
Show: