contains method
[This documentation is preliminary and is subject to change.]
Checks whether the given element is contained within the object.
Syntax
object.contains(pChild)Standards information
There are no standards that apply here.
Parameters
- pChild [in]
-
Type: IHTMLElement
Element object that specifies the element to check.
Return value
Type: BooleanBoolean. Returns one of the following possible values:| Return value | Description |
|---|---|
|
The element is contained within the object. |
|
The element is not contained within the object. |
Build date: 3/8/2012