Parameters
- e
- Element where to start.
- forward
- true to move forward in the tab order; false to move backward in the tab order.
- tabStopOnly
- true to ignore elements with the TabStop property set to false; otherwise, false.
- nested
- true to include nested (children of child elements) child elements; otherwise, false.
- wrap
- true to continue searching from the first element in the tab order after the last element has been reached; otherwise, false.
Return Value
The next (or previous) Element in the tab order, or null if no element was found.