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; }
<DefaultValueAttribute(true)>
Public Property AcceptsReturn As Boolean
Get
Set
[<DefaultValueAttribute(true)>]
member AcceptsReturn : bool with get, set
Property Value
Type:
Booleantrue if the TextArea accepts the return key; otherwise,
false.
See Also