Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

ListBox.getDrawMode

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

Syntax

public final int getDrawMode()

Return Value

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

See Also   setDrawMode