TextView.getAcceptsTab

Returns whether pressing the Tab key inserts a tab characters. TextView.setAcceptsTab.

class TextView
bool
getAcceptsTab
()

Return Value

Type: bool

TRUE if pressing the Tab key inserts a tab character, FALSE if pressing the Tab key moves the keyboard focus.

Meta