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