[]
Gets the next C1.Framework.XView.Element given a start C1.Framework.XView.Element.
protected virtual Element GetNextElement(Element e, bool forward, bool tabStopOnly, bool nested, bool wrap)
Protected Overridable Function GetNextElement(e As Element, forward As Boolean, tabStopOnly As Boolean, nested As Boolean, wrap As Boolean) As Element
| Type | Name | Description |
|---|---|---|
| Element | e | C1.Framework.XView.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) C1.Framework.XView.Element in the tab order, or null if no element was found. |