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

In This Topic
    Caption Property (PlugIn)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also