Gets or sets a value indicating whether pressing ENTER in a multiline System.Windows.Forms.TextBox control creates a new line of text in the control or activates the default button for the form.
Documentation for this section has not yet been entered.
If the value of this property is false, the user must press CTRL+ENTER to create a new line in a multiline System.Windows.Forms.ToolStripTextBox control. If there is no default button for the form, then the ENTER key will always create a new line of text in the control, no matter what the value of this property.