Microsoft SDK for Java

ComboBox.getItems

Retrieves an Object array containing all the items in the combo box.

Syntax

public final Object[] getItems()

Return Value

Returns a zero-based array of objects. Items are placed in this array in the same positions as they appear in the combo box.

See Also   setItems

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