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


ICommand.Caption Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > ICommand Interface > ICommand.Caption Property
ArcGIS Developer Help

ICommand.Caption Property

The caption of this command.

[Visual Basic .NET]
Public ReadOnly Property Caption As String
[C#]
public string Caption {get;}
[C++]
HRESULT get_Caption(
  System.String* Caption
);
[C++]
Parameters
Caption [out, retval]

Caption is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The Caption property of a command is the string that appears when the command is placed on a command bar.

When implementing ICommand to create a custom command, use the Caption property to set the caption of the command.

See Also

ICommand Interface