Nevron .NET Vision
Nevron.UI Namespace / NUIElementContainer Class / FocusNextElement Method
The child to start from.
True to traverse children forward, false otherwise.
Specifies whether the search should continue if first or last child is reached.


In This Topic
    FocusNextElement Method
    In This Topic
    Attempts to give the focus to the next element.
    Syntax
    '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
    The child to start from.
    forward
    True to traverse children forward, false otherwise.
    wrap
    Specifies whether the search should continue if first or last child is reached.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also