Sets a boolean value indicating whether the user can give the focus to this control using the TAB key.
public final void setTabStop( boolean value )
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