Back to Devexpress

ToastNotificationsManager.HideNotifications(Object) Method

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotificationsmanager-dot-hidenotifications-x28-system-dot-object-x29.md

latest1.5 KB
Original Source

ToastNotificationsManager.HideNotifications(Object) Method

Hides the notification that has the specific ID.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void HideNotifications(
    object id
)
vb
Public Sub HideNotifications(
    id As Object
)

Parameters

NameTypeDescription
idObject

The ID of a notification that should be hidden.

|

See Also

Hidden

Toast Notification Manager

ToastNotificationsManager Class

ToastNotificationsManager Members

DevExpress.XtraBars.ToastNotifications Namespace