Share via


InPlaceTextEditor.CommitOnEscape Property

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

Syntax

'Declaration
Public Property CommitOnEscape As Boolean
'Usage
Dim instance As InPlaceTextEditor 
Dim value As Boolean 

value = instance.CommitOnEscape

instance.CommitOnEscape = value
public bool CommitOnEscape { get; set; }
public:
property bool CommitOnEscape {
    bool get ();
    void set (bool value);
}
public function get CommitOnEscape () : boolean 
public function set CommitOnEscape (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

InPlaceTextEditor Class

InPlaceTextEditor Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace