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
C# Copy Code |
---|
public bool AcceptsReturn { get; set; } |
Visual Basic Copy Code |
---|
Public Property AcceptsReturn As Boolean |
true to insert new line when the user presses ENTER; false, to ignore the key. The default is true.