ArcGIS Pro 3.0 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, Windows 8.1

    See Also