New to Telerik UI for WinFormsStart a free 30-day trial

Properties, Methods and Events for RadToastNotificationManager

Updated on Sep 25, 2025

Properties

PropertyDescription
ToastNotificationsA collection with initialized toast notifications.

Methods

MethodDescription
Unregister()Unregister a registered manager.
Unregister(string shortcutName, string aumid)Unregister a registered manager, passing the name of the shortcut that will be removed and the unique id of the application.
Unregister<T>() where T : RadToastNotificationActivatorBaseUnregister a registered manager with a custom activator.
Unregister<T>(string shortcutName, string aumid) where T : RadToastNotificationActivatorBaseUnregister a registered manager with a custom activator, passing the name of the shortcut that will be removed and the unique id of the application.
ShowNotification(int index)Shows a notification from ToastNotifications collection using its index.
ShowNotification(string name)Shows a notification from ToastNotifications collection using its name.
ShowNotification(RadToastNotification radToastNotification)Shows a given toast notification.
HideNotificationHides the currently shown toast notification.

Events

EventDescription
RadToastOnActivatedStatic event. Fires the event when a toast activates.

See Also