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


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

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