CommandBarComboBoxClass::Index Property

 

Gets the index of this control in the set of controls on the command bar.

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

public:
[DispIdAttribute(1610874900)]
property int Index {
	[DispIdAttribute(1610874900)]
	virtual int get();
}

Property Value

Type: System::Int32

The index of this control in the set of controls on the command bar.

This index is 1-based.

Return to top
Show: