Search
DiagramView.getInplaceEditAcceptOnEnter Method
See Also
 

Gets a value indicating whether pressing the ENTER key ends in-place editing and accepts changes.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean getInplaceEditAcceptOnEnter ()

 Return Value

true if ENTER ends in-place editing, otherwise false

 See Also