ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / PlugIn Class / Caption Property

Caption Property (PlugIn)
Gets or sets the command label as it appears in the ribbon and customize dialog.
Syntax
public string Caption {get; set;}
Remarks

The Caption will by default return the caption attribute entered in its DAML declaration. Use this property if you need to change the Caption at run-time.

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also