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

In This Topic
    contains Method (IHTMLElement)
    In This Topic

    contains method of IHTMLElement interface.

    Syntax
    'Declaration
     
    Function contains( _
       ByVal pChild As IHTMLElement _
    ) As System.Boolean
    System.bool contains( 
       IHTMLElement pChild
    )

    Parameters

    pChild
    Remarks

    An original IDL definition of contains method was the following: HRESULT contains (IHTMLElement* pChild, [out, retval] VARIANT_BOOL* ReturnValue);

    See Also