Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.