Back to Devexpress

ToastNotificationsManager Properties

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotificationsmanager-dot-underscore-properties.md

latest6.0 KB
Original Source

ToastNotificationsManager Properties

The component that displays Windows Modern UI-inspired toast notifications. See Toast Notification Manager.

NameDescription
ApplicationActivatorGets or sets the toast Activator - a descendant of the DevExpress.XtraBars.ToastNotifications.ToastNotificationActivator class that allows you to manage end-user interactions with toast elements (buttons, selection menus and input boxes). You should not set this property in code (see the “Remarks” section below for more information).
ApplicationIconPathGets or sets the path to the application icon, displayed within toast notifications.
ApplicationIdGets or sets the ID of the application that displays toast notifications using this ToastNotificationsManager.
ApplicationNameGets or sets the caption of an application shortcut, pinned to the Windows 8 Start Screen.
AreToastNotificationsSupported staticGets whether or not toast notifications are supported on this machine.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
CreateApplicationShortcutGets or sets whether the application should add its shortcut to the Windows 8 Start Screen.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
IsDisposingGets whether the BaseComponent object is currently being disposed of. Inherited from BaseComponent.
IsInitializedIndicates whether or not the BaseComponent object has been fully initialized. Inherited from BaseComponent.
IsInitializingReturns whether or not the BaseComponent object is currently being initialized. Inherited from BaseComponent.
IsUpdateLockedReturns whether or not this BaseComponent is currently locked, which prevents any visual updates. Inherited from BaseComponent.
NotificationsProvides access to a notification collection owned by this ToastNotificationsManager.
SiteGets or sets the ISite of the Component. Inherited from Component.
ThrowOnErrorsGets or sets whether to throw exceptions that caused notification showing to end prematurely.

See Also

ToastNotificationsManager Class

ToastNotificationsManager Members

DevExpress.XtraBars.ToastNotifications Namespace