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