namespace System.Windows.Forms { public enum ComboBoxStyle { Simple, DropDown, DropDownList } }