CommandBarComboBoxClass::ListCount Property

 

Gets the number of items in the list.

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

public:
[DispIdAttribute(1610940424)]
property int ListCount {
	[DispIdAttribute(1610940424)]
	virtual int get();
}

Property Value

Type: System::Int32

The number of items in the list.

Return to top
Show: