Search
DiagramView.EndEdit Method
See Also
 






Exits in-place edit mode and either accepts or rejects the changes made to the item's text.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void EndEdit (
    bool accept
)

Visual Basic  Copy Code

Public Sub EndEdit( _
    accept As Boolean _
)

 Parameters

accept

true to accept changes made to text, or false to reject them.

 See Also