TabOrderManager

Wisej.Web.TabOrderManager

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides automatic tab order management to containers.

public class TabOrderManager : Component, IExtenderProvider

Constructors

Initializes a new instance of the TabOrderManager without a specified container.

Initializes a new instance of the TabOrderManager class with a specified container.

Methods

Updates the TabIndex of all the children controls.

Returns: Int32.

Removes all TabOrderManagerDirection values.

Returns or sets the TabOrderManagerDirection assigned to the specified container.

Returns: TabOrderManagerDirection. One of the TabOrderManagerDirection values.

Resets the TabOrderManagerDirection assigned to the specified container .

Adds the TabOrderManagerDirection to the specified container.

Updates the tab order of the top container and all its child containers.

Updates the TabIndex of all children controls using the specified TabOrderManagerDirection to calculate the tabbing order.

Last updated