OpenNETCF Smart Device Framework 2.2
Gets or sets the width of the of the drop-down portion of a combo box.

Namespace:  OpenNETCF.Windows.Forms
Assembly:  OpenNETCF.Windows.Forms (in OpenNETCF.Windows.Forms)
Version: 2.2.0.0

Syntax

C#
public int DropDownWidth { get; set; }
Visual Basic (Declaration)
Public Property DropDownWidth As Integer
Visual Basic (Usage)
Dim instance As ComboBox2
Dim value As Integer

value = instance.DropDownWidth

instance.DropDownWidth = value
Visual C++
public:
property int DropDownWidth {
	int get ();
	void set (int value);
}
J#
/** @property */
public int get_DropDownWidth()
/** @property */
public  void set_DropDownWidth(int value)
JScript
public function get DropDownWidth () : int
public function set DropDownWidth (value : int)

See Also