CommandBarComboBoxClass::DropDownLines Property

 

Gets or sets the number of lines in the dropdown box. This property is deprecated

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

public:
[DispIdAttribute(1610940418)]
property int DropDownLines {
	[DispIdAttribute(1610940418)]
	virtual int get();
	[DispIdAttribute(1610940418)]
	virtual void set(int value);
}

Property Value

Type: System::Int32

The number of lines in the dropdown box. This property is deprecated.

This property throws a DeprecatedException when called.

Return to top
Show: