Microsoft SDK for Java

ComboBox.setSelectedText

Replaces the currently selected text in the edit control of the combo box with the specified text.

Syntax

public final void setSelectedText( String value )

Parameters

value

The text with which to replace the currently selected text.

See Also   getSelectedText

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