InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebElement Interface / NextSibling Property


In This Topic
    NextSibling Property
    In This Topic
    Gets the next element at the same level as this element in the document tree.
    Syntax
    'Declaration
     
    
    ReadOnly Property NextSibling As IWebElement
    'Usage
     
    
    Dim instance As IWebElement
    Dim value As IWebElement
     
    value = instance.NextSibling
    IWebElement NextSibling {get;}
    See Also