Search
DiagramView.inplaceEditCancelOnEsc Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

get inplaceEditCancelOnEsc() {}
set inplaceEditCancelOnEsc(value) {}

 Property Value

Boolean

true to end inplace editing and cancel changes when ESC is pressed, or false otherwise. The default value 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