| TextAreaIHandlerAcceptsTab 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
Syntaxbool AcceptsTab { get; set; }Property AcceptsTab As Boolean
	Get
	Set
abstract AcceptsTab : bool with get, set
Property Value
Type: 
Booleantrue if the TextArea accepts tab key characters; otherwise, 
false.
 See Also
See Also