TriState
Namespace: Wisej.Web.Ext.WebARIA
Assembly: Wisej.Web.Ext.WebARIA
Represents a tristate value for a boolean ARIA property.
- C#
- VB.NET
public enum TriState : Enum
Public Enum TriState As [Enum]
Fields
| Name | Description |
|---|---|
| False | False. |
| NotSet | Not specified. |
| True | True. |
| Undefined | The element state is unknown. |
Used By
| Name | Description |
|---|---|
| ARIA.Hidden | Returns or sets whether the element is visible. |
| ARIA.Required | Returns or set whether a value is required. |
| ARIA.ReadOnly | Returns or sets whether the element is read only. |
| ARIA.Selected | Returns or sets whether the element is selected. |
| ARIA.Expanded | Returns or sets whether the element is expanded. |