'Declaration Protected Overridable Function GetNextElement( _ ByVal e As Element, _ ByVal forward As System.Boolean, _ ByVal tabStopOnly As System.Boolean, _ ByVal nested As System.Boolean, _ ByVal wrap As System.Boolean _ ) As Element
protected virtual Element GetNextElement( Element e, System.bool forward, System.bool tabStopOnly, System.bool nested, System.bool wrap )
Parameters
- e
- XViewLight.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) XViewLight.Element in the tab order, or null if no element was found.