Edit.getAcceptsTab

Overview | Methods | This Package | All Packages

Edit.getAcceptsTab

Retrieves a boolean value indicating that pressing TAB in the edit control types a TAB character in the control instead of moving the focus to the next control in the tab order.

Syntax

public final boolean getAcceptsTab()

Return Value

Returns true if users can enter tabs in the control; returns false if pressing TAB moves the focus to the next control in the tab order. If a control allows the user to enter tabs, the user must press CTRL+TAB to move to the next control in the tab order.

See Also   setAcceptsTab