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


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

ICommandItem.Category Property

The name of the category with which this command item is associated.

[Visual Basic .NET]
Public ReadOnly Property Category As String
[C#]
public string Category {get;}

Product Availability

Available with ArcGIS Desktop.

Description

Category is a string that represents the category of the command on which this command item is based. The category determines where the command will appear in the Commands panel of the Customize dialog.

See Also

ICommandItem Interface