DrawMode Class

DrawMode Class

This Package | All Packages

Enum
  |
  +--DrawMode
public class DrawMode
extends Enum

Enumeration class used to specify the draw modes of a list box

Fields
Name Description
MAX Topic under construction.
MIN Topic under construction.
NORMAL All the items in the list box are painted by the system and are the same size.
OWNERDRAWFIXED The user paints the items in the list box manually, but they are all the same size (height).
OWNERDRAWVARIABLE The user paints the items in the list box manually, and they are not necessarily the same size.

Fields

DrawMode.MAX

Syntax
public static final int MAX;
Description
Topic under construction.

DrawMode.MIN

Syntax
public static final int MIN;
Description
Topic under construction.

DrawMode.NORMAL

Syntax
public static final int NORMAL;
Description
All the items in the list box are painted by the system and are the same size.

DrawMode.OWNERDRAWFIXED

Syntax
public static final int OWNERDRAWFIXED;
Description
The user paints the items in the list box manually, but they are all the same size (height).

DrawMode.OWNERDRAWVARIABLE

Syntax
public static final int OWNERDRAWVARIABLE;
Description
The user paints the items in the list box manually, and they are not necessarily the same size.