Gets or sets a value indicating whether pressing the ENTER key should exit inplace-edit mode and accept changes made to text.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public bool InplaceEditAcceptOnEnter { get; set; } |
Visual Basic Copy Code |
---|
Public Property InplaceEditAcceptOnEnter As Boolean |
true to accept changes and exit inplace-edit mode when ENTER is pressed; otherwise, false. The default is false.
If the value of this property is false, pressing the ENTER key inserts a new line in the text while in inplace-edit mode.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |