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


ICommandItem.Type 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.Type Property
ArcGIS Developer Help

ICommandItem.Type Property

The type of this command item.

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

Product Availability

Available with ArcGIS Desktop.

Description

Returns the type of this command item using the esriCommandTypes constants. The command item can be one of the following types:

See Also

ICommandItem Interface | esriCommandTypes Constants