ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TrayButton Class / SetCancelMessage Method
The message to display to cancel

In This Topic
    SetCancelMessage Method
    In This Topic
    Sets a cancel message for the tray button.
    Syntax
    protected void SetCancelMessage( 
       string msg
    )
    Protected Sub SetCancelMessage( _
       ByVal msg As String _
    ) 

    Parameters

    msg
    The message to display to cancel
    Remarks
    The cancel message is displayed as a tooltip to the button when it is IsBusy.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also