TabOrderManager
Wisej.Web.TabOrderManager
Last updated
Wisej.Web.TabOrderManager
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides automatic tab order management to containers.
Initializes a new instance of the TabOrderManager without a specified container.
Initializes a new instance of the TabOrderManager class with a specified container.
Name | Type | Description |
---|---|---|
container |
Updates the TabIndex of all the children controls.
Parameter | Type | Description |
---|---|---|
container | Container owning the children to update. | |
direction | ||
tabIndex | Starting tab index. | |
deep | True to assign the tab index of all children at all levels. |
Returns: Int32.
Removes all TabOrderManagerDirection values.
Returns or sets the TabOrderManagerDirection assigned to the specified container.
Parameter | Type | Description |
---|---|---|
container |
Returns: TabOrderManagerDirection. One of the TabOrderManagerDirection values.
Resets the TabOrderManagerDirection assigned to the specified container .
Parameter | Type | Description |
---|---|---|
container |
Adds the TabOrderManagerDirection to the specified container.
Parameter | Type | Description |
---|---|---|
container | ||
value |
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.
Parameter | Type | Description |
---|---|---|
container | ||
direction |
An that represents the container of the extender.
One of indicating how to increase the tab index.
The container that will use the to automatically arrange the of its children.
The container to assign the to.
New to assign to the container .
The that container the child control to update.
The used to determine the new tabbing order.