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


ICommandBar.Item Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Framework)  

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