Notification Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Implements Windows CE functionality for displaying and responding to user notifications.
The Notification type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() ![]() |
Notification | Initializes a new instance of the Notification class. |
Top
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Dispose | Overloaded. Releases the resources used by the Notification. |
![]() ![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() |
Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
![]() ![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() |
OnBalloonChanged | Raises the BalloonChanged event. |
![]() ![]() |
OnResponseSubmitted | Raises the ResponseSubmitted event. |
![]() ![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() ![]() |
Caption | Gets or sets a string specifying the title text for the message balloon. |
![]() ![]() |
Critical | Gets or sets a value indicating whether the notification is of urgent importance. |
![]() ![]() |
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
![]() ![]() |
Icon | Gets or sets the current icon for the message balloon on the title bar. |
![]() ![]() |
InitialDuration | Gets or sets the number of seconds the message balloon remains visible after initially shown. |
![]() |
Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
![]() ![]() |
Text | Gets or sets the text for the message balloon. |
![]() ![]() |
Visible | Gets or sets a value indicating whether the message balloon is visible. |
Top
Events
Name | Description | |
---|---|---|
![]() ![]() |
BalloonChanged | Occurs when a message balloon is displayed or hidden. |
![]() ![]() |
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
![]() ![]() |
ResponseSubmitted | Occurs when the user clicks a button or link in the message balloon. |
Top