ComboBox.getDrawMode

Overview | Methods | This Package | All Packages

ComboBox.getDrawMode

Retrieves a value indicating whether the system draws the combo box, whether the combo box owner draws the combo box with all items of equal height, or whether the combo box owner draws the combo box with items of variable height.

Syntax

public final int getDrawMode()

Return Value

Returns an integer that specifies the how the current combo box is drawn. Possible return values are constants defined in the DrawMode class.

See Also   setDrawMode