Wimark.Controls Class Library  

ComboBox.DropDownWidth Property

Gets or sets the width of the of the drop-down portion of a combo box.

[Visual Basic]
Public Property DropDownWidth As Integer 
[C#]
public int DropDownWidth {get; set;}
[C++]
public: __property int get_DropDownWidth();
public: __property void set_DropDownWidth(int);

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