KnownResourceStateStyles Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of well known resource states.
public static class KnownResourceStateStyles
type KnownResourceStateStyles = class
Public Class KnownResourceStateStyles
- Inheritance
-
KnownResourceStateStyles
Fields
Error |
The error state. Useful for error messages. |
Info |
The info state. Useful for informational messages. |
Success |
The success state |
Warn |
The warn state. Useful for showing warnings. |