Input for WinForms | ComponentOne
C1.Win.Accessibility.Items Namespace / UiaMenu Class / GetPrevSibling Method
Item before which need sibling

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

    Parameters

    current
    Item before which need sibling

    Return Value

    UIA object
    See Also