Skip to main content
Version: 3.5

TabOrderManagerDirection

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the type of tab order strategy to apply to the container.

public enum TabOrderManagerDirection : Enum

Fields

NameDescription
AcrossFirstThe TabIndex value for all child controls is updated to go across and then down.
DefaultPreserves the TabIndex value specified by the application.
DownFirstThe TabIndex value for all child controls is updated to go down and then across.
InheritInherits the TabOrderManagerDirection set for the parent container.

Used By

NameDescription
TabOrderManager.GetTabOrderReturns or sets the TabOrderManagerDirection assigned to the specified container.