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


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

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