'Declaration Public Enum NotifierState Inherits System.Enum
public enum NotifierState : System.Enum
Member | Description |
---|---|
Error | Messages and target CSS have error styles applied for state. Show only error messages when used for notify level. |
Info | Messages have info applied for state. Target is unaffected. Show everything from info level messages up when used for notify level. |
Success | Messages and target CSS have success styles applied for state. Show all types of messages when used for notify level. |
Warning | Messages and target CSS have warning styles applied for state. Show everything from warning level messages up when used for notify level. |
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
View on GitHub