Click or drag to resize

TabOrderRestrictions Enumeration

Options available through the TabOrderRestrictions Accessibility feature to improve screen reader behaviour.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum TabOrderRestrictions
Members
  Member nameValueDescription
FlowLayoutOff1Do not specify an explict tabOrder on elements rendered in a flow layout. This allows the browser to use default tab ordering.
See Also