Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLElement2 Interface / getAdjacentText Method

In This Topic
    getAdjacentText Method
    In This Topic

    getAdjacentText method of IHTMLElement2 interface.

    Syntax
    'Declaration
     
    Function getAdjacentText( _
       ByVal where As System.String _
    ) As System.String
    System.string getAdjacentText( 
       System.string where
    )

    Parameters

    where
    Remarks

    An original IDL definition of getAdjacentText method was the following: HRESULT getAdjacentText (BSTR where, [out, retval] BSTR* ReturnValue);

    See Also