Enum DrawMode
Specifies how the elements of a control are drawn.
public enum DrawMode
Fields
Normal = 0
All the elements in a control are drawn by the operating system and are of the same size.
OwnerDrawFixed = 1
All the elements in the control are drawn manually and are of the same size.
OwnerDrawVariable = 2
All the elements in the control are drawn manually and can differ in size.