'Declaration
Public Overridable Function FocusNextElement( _ ByVal child As INKeyboardInputElement, _ ByVal forward As System.Boolean, _ ByVal wrap As System.Boolean _ ) As System.Boolean
'Usage
Dim instance As NUIElementContainer Dim child As INKeyboardInputElement Dim forward As System.Boolean Dim wrap As System.Boolean Dim value As System.Boolean value = instance.FocusNextElement(child, forward, wrap)
public virtual System.bool FocusNextElement( INKeyboardInputElement child, System.bool forward, System.bool wrap )
Parameters
- child
- forward
- wrap