namespace System.Windows.Forms { public enum DrawMode { Normal, OwnerDrawFixed, OwnerDrawVariable } }