Notification Members

Implements Windows CE functionality for displaying and responding to user notifications.

The following tables list the members exposed by the Notification type.

Public Constructors

  Name Description
Public method Notification Initializes a new instance of the Notification class.

Top

Public Properties

(see also Protected Properties )

  Name Description
Public property Supported by the .NET Compact Framework Caption Gets or sets a string specifying the title text for the message balloon.
Public property Supported by the .NET Compact Framework Critical Gets or sets a value indicating whether the notification is of urgent importance.
Public property Supported by the .NET Compact Framework Icon Gets or sets the current icon for the message balloon on the title bar.
Public property Supported by the .NET Compact Framework InitialDuration Gets or sets the number of seconds the message balloon remains visible after initially shown.
Public property Site  Gets or sets the ISite of the Component.(Inherited from Component.)
Public property Supported by the .NET Compact Framework Text Gets or sets the text for the message balloon.
Public property Supported by the .NET Compact Framework Visible Gets or sets a value indicating whether the message balloon is visible.

Top

Protected Properties

  Name Description
Protected property Supported by the .NET Compact Framework Events  Gets the list of event handlers that are attached to this Component.(Inherited from Component.)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Supported by the .NET Compact Framework Dispose Overloaded. Releases the resources used by the Notification.
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Dispose Overloaded. Overridden. Releases the resources used by the Notification.
Protected method Finalize  Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework OnBalloonChanged Raises the BalloonChanged event.
Protected method Supported by the .NET Compact Framework OnResponseSubmitted Raises the ResponseSubmitted event.

Top

Public Events

  Name Description
Public event Supported by the .NET Compact Framework BalloonChanged Occurs when a message balloon is displayed or hidden.
Public event Supported by the .NET Compact Framework Disposed  Adds an event handler to listen to the Disposed event on the component.(Inherited from Component.)
Public event Supported by the .NET Compact Framework ResponseSubmitted Occurs when the user clicks a button or link in the message balloon.

Top

See Also

Reference

Notification Class
Microsoft.WindowsCE.Forms Namespace

Other Resources

How to: Send a Notification