Wimark.Controls Class Library  

ComboBox.DropDownStyle Property

Gets or sets a value specifying the style of the combo box.

[Visual Basic]
Public Property DropDownStyle As ComboBoxStyle 
[C#]
public ComboBoxStyle DropDownStyle {get; set;}
[C++]
public: __property ComboBoxStyle get_DropDownStyle();
public: __property void set_DropDownStyle(ComboBoxStyle);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ComboBox Class | ComboBox Members | Wimark.Controls Namespace