Microsoft SDK for Java

ComboBoxStyle Fields

Fields Description
DROPDOWN Specifies a drop-down combo box, which is an edit control with an attached list box that is displayed only when the user clicks the drop-down arrow to the right of the edit control.
DROPDOWNLIST Specifies a drop-down list box, which is a selection field that cannot be edited by the user with an attached list box that is displayed only when the user clicks the drop-down arrow to the right of the selection field.
SIMPLE Specifies a simple combo box, which is an edit control with an attached list box that is always displayed.

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