TabOrderManager
Wisej.Web.TabOrderManager
Last updated
Was this helpful?
Wisej.Web.TabOrderManager
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.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.
Updates the of all the children controls.
direction
One of TabOrderManagerDirection indicating how to increase the tab index.
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.
direction
The TabOrderManagerDirection used to determine the new tabbing order.
The container that will use the TabOrderManager to automatically arrange the of its children.
Updates the of all children controls using the specified TabOrderManagerDirection to calculate the tabbing order.