ArcObjects Library Reference (Framework)  

ICommandItem.Caption Property

The caption of this command item.

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

Product Availability

Available with ArcGIS Desktop.

Description

The Caption property of a command item is a string that appears when the command item is placed on a menu or when the command item's display style property is set to Text Only or Image and Text.

See Also

ICommandItem Interface