ArcObjects Library Reference (Framework)  

ICommandItem.Command Property

A reference to the internal command object.

[Visual Basic .NET]
Public ReadOnly Property Command As ICommand
[C#]
public ICommand Command {get;}

Product Availability

Available with ArcGIS Desktop.

Description

Returns a reference to the command (Button, Tool, ToolControl, or MultiItem) on which this command item is based.

See Also

ICommandItem Interface | ICommand Interface