AcceptsReturn Property (InputTextBox)
In This Topic
Gets or sets a value that determines whether the
InputTextBox should handle the Enter key in a multiline mode.
Syntax
'Declaration
Public Property AcceptsReturn As Boolean
public bool AcceptsReturn {get; set;}
See Also