Click or drag to resize

TextAreaAcceptsReturn Property

Gets or sets a value indicating whether the return key is inserted into the text area, or if it should be ignored by this control.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[DefaultValueAttribute(true)]
public bool AcceptsReturn { get; set; }

Property Value

Type: Boolean
true if the TextArea accepts the return key; otherwise, false.
See Also