ToastNotificationsManager Members
In This Article
#Constructors
Name | Description |
---|---|
Toast |
Initializes a new instance of the Toast |
Toast |
Initializes a new instance of the Toast |
#Properties
Name | Description |
---|---|
Application |
Gets or sets the toast Activator - a descendant of the DevExpress. |
Application |
Gets or sets the path to the application icon, displayed within toast notifications. |
Application |
Gets or sets the ID of the application that displays toast notifications using this Toast |
Application |
Gets or sets the caption of an application shortcut, pinned to the Windows 8 Start Screen. |
Are |
Gets whether or not toast notifications are supported on this machine. |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Create |
Gets or sets whether the application should add its shortcut to the Windows 8 Start Screen. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Is |
Gets whether the Base |
Is |
Indicates whether or not the Base |
Is |
Returns whether or not the Base |
Is |
Returns whether or not this Base |
Notifications |
Provides access to a notification collection owned by this Toast |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Throw |
Gets or sets whether to throw exceptions that caused notification showing to end prematurely. |
#Methods
Name | Description |
---|---|
About() static | Invokes the About dialog box. |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns a notification instance with the given ID. |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hide |
Hides the specific notification that matches the notification |
Hide |
Hides a specific notification. |
Hide |
Hides all notifications with the specific properties set. |
Hide |
Hides the notification that has the specific ID. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Layout |
Updates the element.
Inherited from Base |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Register |
Registers the Application Activator. |
Show |
Displays a specific notification. |
Show |
Displays a notification with the specific ID. |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
Try |
Tests whether or not a Start Screen application shortcut with the current Toast |
Unregister |
Unregisters the Application Activator. |
#Events
Name | Description |
---|---|
Activated | Fires when an end-user clicks an active notification. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Dropped | Occurs when a toast notification drops without being displayed to a user. |
Failed | Raises when user settings prevent notifications from being delivered. |
Hidden |
Occurs when a notification owned by this Toast |
Timed |
Occurs when a notification lifetime expires. |
Update |
Allows you to customize a notification’s content (visuals, actions, audio, etc.) according to the Toast Content Schema. |
User |
Fires if an end-user closes a notification owned by this Toast |
See Also