CommandBarControls::Item Property (Object^)

 

Gets the command bar control at the given name or index.

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

[DispIdAttribute(0)]
property CommandBarControl^ default[
	Object^ Index
] {
	[DispIdAttribute(0)]
	CommandBarControl^ get(Object^ Index);
}

Parameters

Index
Type: System::Object^

The name or index of the control.

This collection is 1-based.

Return to top
Show: