ElementChromeState Enum
Represents the various states supported by the ElementChrome element.
public enum ElementChromeState
Fields
| Name | Description |
|---|---|
| Checked | Indicates that the chrome is checked. |
| Defaulted | Indicates that the chrome is associated with the default button. |
| Disabled | Indicates that the chrome is disabled. |
| Focused | Indicates that the chrome has focus. |
| Hover | Indicates that the mouse is hovering over the chrome. |
| Normal | Indicates the chrome is in the normal state. |
| Pressed | Indicates that the chrome is pressed. |