Nevron.UI Namespace / NUIElementContainer Class / FocusNextElement Method


In This Topic
    FocusNextElement Method
    In This Topic
    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
    forward
    wrap
    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