Overview | Methods | Fields | This Package | All Packages
OverviewMethodsFieldsThis PackageAll Packages
Control.getTabStop
Retrieves a boolean value indicating whether the user can give the focus to this control using the TAB key.
Syntax
public final boolean getTabStop()
Return Value
Returns true if the user can give the focus to this control using the TAB key; otherwise, returns false.
See Also setTabStop