ArcObjects Library Reference (Framework)  

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