TabOrderManagerDirection
Wisej.Web.TabOrderManagerDirection
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Specifies the type of tab order strategy to apply to the container.
Fields
Name
Description
AcrossFirst
The TabIndex value for all child controls is updated to go across and then down.
Default
Preserves the TabIndex value specified by the application.
DownFirst
The TabIndex value for all child controls is updated to go down and then across.
Inherit
Inherits the TabOrderManagerDirection set for the parent container.
Used By
Name
Description
Returns or sets the TabOrderManagerDirection assigned to the specified container.
Last updated