System.Windows.Forms
1.0.5000.0
2.0.0.0
System.Enum
This enumeration is used by members such as in the , , and classes.
You can override the drawing of some controls or certain elements. This enumeration is used to specify if a control is drawn by the operating system or if your own code handles the drawing of the control.
The class only supports ; owner draw modes are ignored.
For more information about using the enumeration, see the MeasureItem and DrawItem events, and the ItemHeight property.
Specifies how the elements of a control are drawn.
Field
System.Windows.Forms.DrawMode
All the elements in a control are drawn by the operating system and are of the same size.
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.DrawMode
All the elements in the control are drawn manually and are of the same size.
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.DrawMode
All the elements in the control are drawn manually and can differ in size.
1.0.5000.0
2.0.0.0