Edit.setAcceptsTab

Overview | Methods | This Package | All Packages

Edit.setAcceptsTab

Sets 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 void setAcceptsTab( boolean value )

Parameters

value

Set to true if users can enter tabs in the control; set to 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. The default value is false.

See Also   getAcceptsTab