Enum | +--DrawModepublic class DrawMode
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. |