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.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public bool InplaceEditCancelOnEsc { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property InplaceEditCancelOnEsc As Boolean |
See Also