Skip to main content

TriState

Namespace: Wisej.Web.Ext.WebARIA

Assembly: Wisej.Web.Ext.WebARIA

Represents a tristate value for a boolean ARIA property.

public enum TriState : Enum

Fields

NameDescription
FalseFalse.
NotSetNot specified.
TrueTrue.
UndefinedThe element state is unknown.

Used By

NameDescription
ARIA.HiddenReturns or sets whether the element is visible.
ARIA.RequiredReturns or set whether a value is required.
ARIA.ReadOnlyReturns or sets whether the element is read only.
ARIA.SelectedReturns or sets whether the element is selected.
ARIA.ExpandedReturns or sets whether the element is expanded.