All pages
Powered by GitBook
1 of 1

Loading...

TabOrderManagerDirection

Wisej.Web.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
Public Enum TabOrderManagerDirection As [Enum]

Fields

Name
Description

Used By

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.

TabOrderManager.GetTabOrder

Returns or sets the TabOrderManagerDirection assigned to the specified container.