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

Fields

NameDescription

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

NameDescription

Returns or sets the TabOrderManagerDirection assigned to the specified container.

Last updated