TextView.acceptsTab
bool acceptsTab() @property nothrowGet acceptsTab property.
Returns
Whether Tab will result in a tab character being entered.
void acceptsTab(bool propval) @property nothrowSet acceptsTab property.
Parameters
propval | Whether Tab will result in a tab character being entered. |