Search
EditComponent.AcceptsReturn Property
See Also
 





Gets or sets a value indicating whether the edit component will insert new line when the user presses the ENTER key.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AcceptsReturn { get; set; }

Visual Basic  Copy Code

Public Property AcceptsReturn As Boolean

 Property Value

true to insert new line when the user presses ENTER; false, to ignore the key. The default is true.

 See Also