ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / FrameworkApplication Class / RemoveNotification Method
The Notification to hide.

In This Topic
    RemoveNotification Method (FrameworkApplication)
    In This Topic
    Removes the specified notification.
    Syntax
    public static void RemoveNotification( 
       Notification notification
    )
    Public Shared Sub RemoveNotification( _
       ByVal notification As Notification _
    ) 

    Parameters

    notification
    The Notification to hide.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also