Share via


DrawMode Class

Methods | Fields | This Package | All Packages

Defines a group of constants that specify how the elements of a list box or combo box are drawn.

Enum
  |
  +--DrawMode

package com.ms.wfc.ui

public class DrawMode
extends
Enum****

Remarks

When you draw a list box or combo box on a form, you can set its drawMode property (or call the class' setDrawMode method) to specify how items in the list box or combo box are drawn.

The constants defined in this class represent the variables that you can pass to the ListBox or ComboBox control's setDrawMode method.