ArcGIS Pro 2.8 API Reference Guide
Caption Property (PlugIn)

ArcGIS.Desktop.Framework.Contracts Namespace > PlugIn Class : Caption Property
Gets or sets the command label as it appears in the ribbon and customize dialog.
Syntax
public string Caption {get; set;}
Public Property Caption As String
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 10, Windows 8.1

See Also

Reference

PlugIn Class
PlugIn Members