TabOrderManagerDirection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the type of tab order strategy to apply to the container.
- C#
- VB.NET
public enum TabOrderManagerDirection : Enum
Public Enum TabOrderManagerDirection As [Enum]
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 |
|---|---|
| TabOrderManager.GetTabOrder | Returns or sets the TabOrderManagerDirection assigned to the specified container. |