Click or drag to resize

TextAreaAcceptsTab Property

Gets or sets a value indicating whether the tab key is inserted into the text area, or if it should be ignored by this control and used for navigating to the next control.

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

Property Value

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