NotificationLevel Enumeration |
Level of the notification, colors and behaviors will be different according to the level.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public enum NotificationLevel
Public Enumeration NotificationLevel
public enum class NotificationLevel
Members
| Member name | Description |
---|
| Information |
The notification is an Information
|
| Good |
The notification is a validation (will shows in green)
|
| Warning |
The notification is a Warning (will shows in yellow)
|
| Error |
The notification is an Error
|
See Also