Exits inplace-edit mode and either accepts or rejects the changes made to the item's text.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public void EndEdit ( |
Visual Basic Copy Code |
---|
Public Sub EndEdit( _ |
A user can exit inplace-edit mode by clicking outside of the edit control; that accept the changes made to text. Pressing ENTER or ESC exits inplace-edit mode if respectively InplaceEditAcceptOnEnter and InplaceEditCancelOnEsc are enabled. Pressing ENTER accepts changes and ESC rejects them.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |