Version

NavigateChildren Method (UIElement.UIElementUIAProviderStub)

Navigates to the next or previous child UI Automation element
Syntax
'Declaration
 
Public Overrides Function NavigateChildren( _
   ByVal childStub As FragmentUIAProviderStub, _
   ByVal forward As Boolean _
) As IRawElementProviderFragment
public override IRawElementProviderFragment NavigateChildren( 
   FragmentUIAProviderStub childStub,
   bool forward
)

Parameters

childStub
Object used to identify the current positioning
forward
Indicates if the navigation should go to the next or previous child relative to the provided context

Return Value

Returns the next or previous child UI Automation element
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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