The type of combo that we are right now. The value would come from the System.WinForms.ComboBoxStyle enumeration.
[Visual Basic] Public Property Style As ComboBoxStyle [C#] public ComboBoxStyle Style {get; set;} [C++] public: __property ComboBoxStyle get_Style(); public: __property void set_Style(ComboBoxStyle); [JScript] public function get Style() : ComboBoxStyle; public function set Style(ComboBoxStyle);
the current style of combo that we're using.
ComboBox Class | ComboBox Members | System.WinForms Namespace