ExternalDataManagerCommandTooltip Property |
The tooltip of the command.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic string Tooltip { get; set; }Public Property Tooltip As String
Get
Set
public:
property String^ Tooltip {
String^ get ();
void set (String^ value);
}member Tooltip : string with get, set
Property Value
String
Exceptions
Remarks
The tooltip will be shown in UI, so it should be localized.
See Also