Skip to main content

ToastNotificationsManager.UnregisterApplicationActivator() Method

Unregisters the Application Activator.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void UnregisterApplicationActivator()

Remarks

See the ToastNotificationsManager.ApplicationActivator property and Toast Notification Manager article for more details.

See Also