This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > ICommandBar Interface > ICommandBar.Item Property (ArcObjects .NET 10.4 SDK) |
The command item on this commandbar at the specified index.
[Visual Basic .NET] Public Function get_Item ( _ ByVal Index As Integer _ ) As ICommandItem
[C#] public ICommandItem get_Item ( int Index );
Index specifies a locational index of an item on the commandbar.