Overview | Methods | This Package | All Packages
Retrieves a value indicating the style of the combo box (whether the combo box has an edit control or a static text control and whether the list for the combo box is always visible or visible only when dropped down by the user).
Syntax
public final int getStyle()
Return Value
Returns an integer that specifies the style of the combo box. Possible return values are constants defined in the ComboBoxStyle class.
See Also setStyle