DiagramLite Programmer's Guide
Diagram.InplaceEditAcceptOnEnter Property
See Also
 





Gets or sets a value indicating whether pressing the ENTER key should exit in-place editing mode and accept changes made to text.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public bool InplaceEditAcceptOnEnter { get; set; }

Visual Basic  Copy Code

Public Property InplaceEditAcceptOnEnter As Boolean

 Property Value

true to accept changes and exit in-place editing mode when ENTER is pressed; otherwise, false. The default is false.

 Remarks

If the value of this property is false, pressing the ENTER key inserts a new line in the text while in-place editing mode is active.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace