ArcGIS Pro 2.6 API Reference Guide
DisabledTooltip Property (PlugIn)

ArcGIS.Desktop.Framework.Contracts Namespace > PlugIn Class : DisabledTooltip Property
Gets or sets the supplementary text that appears with the Tooltip only when the command is disabled.
Syntax
public string DisabledTooltip {get; set;}
Public Property DisabledTooltip As String
Remarks

This property will by default return the disabledText text entered in its DAML declaration. Use this property if you need to change the heading at run-time.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

PlugIn Class
PlugIn Members
Tooltip Property