Gets or sets a value indicating whether pressing the ESC key should exit in-place editing mode and reject changes made to text.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool InplaceEditCancelOnEsc { get; set; } |
Visual Basic Copy Code |
---|
Public Property InplaceEditCancelOnEsc As Boolean |
true to reject changes and exit in-place editing mode when ESC is pressed; otherwise, false. The default is true.
If the value of this property is false, pressing the ESC key has no effect while in-place editing mode is active.
WpfDiagram Programmer's Guide | © 2023 MindFusion |