contains method
Checks whether the given element is contained within the object.
Syntax
retVal = object.contains(pChild);
Parameters
- pChild [in]
-
Type: IHTMLElement
Pointer to an IHTMLElement interface that specifies the element to check.
Standards information
There are no standards that apply here.
Show: