MindFusion.Wpf Pack Programmer's Guide
DiagramView.InplaceEditCancelOnEsc Property
See Also
 





Gets or sets a value indicating whether pressing the ESC key should exit inplace-edit mode and reject changes made to text.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool InplaceEditCancelOnEsc { get; set; }

Visual Basic  Copy Code

Public Property InplaceEditCancelOnEsc As Boolean

 Property Value

true to reject changes and exit inplace-edit mode when ESC is pressed, or false otherwise. The default is true.

 Remarks

If the value of this property is false, pressing the ESC key has no effect while in inplace-edit mode.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace
AllowInplaceEdit Property
InplaceEditAcceptOnEnter Property