This document is archived and information here might be outdated.  Recommended version.


ICommandBar.Item Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > ICommandBar Interface > ICommandBar.Item Property
ArcGIS Developer Help

ICommandBar.Item Property

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
);

Product Availability

Available with ArcGIS Desktop.

Description

 

Index specifies a locational index of an item on the commandbar.

 

See Also

ICommandBar Interface | ICommandItem Interface