Control.setTabStop

Overview | Methods | Fields | This Package | All Packages

Control.setTabStop

Sets a boolean value indicating whether the user can give the focus to this control using the TAB key.

Syntax

public final void setTabStop( boolean value )

Parameters

value

Set to true if the user can give the focus to this control using the TAB key; otherwise, set to false.

See Also   getTabStop