The following tables list the members exposed by Notification.
Public Constructors
Public Properties
| Name | Description |
| HasHelpTopic |
Returns true if a help topic has been specified.
|
| HelpText |
Gets or sets the text accompanying the HelpTopic (if set).
default: "Learn More..."
|
| HelpTopic |
Gets or sets the Help topic link. (optional)
|
| Id |
Gets or sets the framework assigned id.
|
| ImageUrl |
Gets or sets the image to show.
|
| Message |
Gets or sets the message.
|
| Title |
Gets or sets the title.
|
Top
Protected Methods
| Name | Description |
| OnClick |
Occurs when a notification message is clicked by the user.
|
Top
Public Events
See Also