AcceptsReturn Property (C1TextBoxBase)
Gets or sets a value indicating whether pressing ENTER in a multiline
C1.Win.Input.C1TextBox control creates a new line of text in the control or activates the default button for the form.
public bool AcceptsReturn {get; set;}
'Declaration
Public Property AcceptsReturn As Boolean