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.
public final int getDrawMode()
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