Microsoft SDK for Java

Control.getTabList

Retrieves all the child controls included in the tab order.

Syntax

public final Control[] getTabList()

Return Value

Returns a zero-based array of Control objects that represent all the child controls on the form that the user can give the focus to using the TAB key.

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