AcceptsReturn Property (C1RichTextBox)
In This Topic
Gets or sets a value that indicates how the text editing control responds when the user presses the ENTER key.
Syntax
'Declaration
Public Property AcceptsReturn As Boolean
public bool AcceptsReturn {get; set;}
See Also