Input for WinForms | ComponentOne
C1.Win.Accessibility.Items Namespace / UiaDataItem Class / GetNextSibling Method
Item after which need sibling

In This Topic
    GetNextSibling Method (UiaDataItem)
    In This Topic
    Gets sibling item in the view after the giving one.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetNextSibling( _
       ByVal current As IRawElementProviderFragment _
    ) As IRawElementProviderFragment

    Parameters

    current
    Item after which need sibling

    Return Value

    UIA object
    See Also