C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.Internal.HTML Namespace > IHTMLElement Interface : contains Method |
contains
method of IHTMLElement
interface.
'Declaration Function contains( _ ByVal pChild As IHTMLElement _ ) As System.Boolean
System.bool contains( IHTMLElement pChild )
An original IDL definition of contains
method was the following: HRESULT contains (IHTMLElement* pChild, [out, retval] VARIANT_BOOL* ReturnValue)
;