
HRESULT get_onreadystatechange(
VARIANT *p
);
Retrieves the inline script associated with the onreadystatechange event on the object.
See also put_onreadystatechange
HRESULT put_onafterupdate(
VARIANT v
);
Sets the inline script associated with the onafterupdate event on the object.
See also get_onafterupdate
HRESULT get_onafterupdate(
VARIANT *p
);
Retrieves the inline script associated with the onafterupdate event on the object.
See also put_onafterupdate
HRESULT put_onrowexit(
VARIANT v
);
Sets the inline script associated with the onrowexit event on the object.
See also get_onrowexit
HRESULT get_onrowexit(
VARIANT *p
);
Retrieves the inline script associated with the onrowexit event on the object.
See also put_onrowexit
HRESULT put_onrowenter(
VARIANT v
);
Sets the inline script associated with the onrowenter event on the object.
See also get_onrowenter
HRESULT get_onrowenter(
VARIANT *p
);
Retrieves the inline script associated with the onrowenter event on the object.
See also put_onrowenter
HRESULT put_ondragstart(
VARIANT v
);
Sets the inline script associated with the ondragstart event on the object.
See also get_ondragstart
HRESULT get_ondragstart(
VARIANT *p
);
Retrieves the inline script associated with the ondragstart event on the object.
See also put_ondragstart
HRESULT put_onselectstart(
VARIANT v
);
Sets the inline script associated with the onselect event on the object.
See also get_onselectstart
HRESULT get_onselectstart(
VARIANT *p
);
Retrieves the inline script associated with the onselect event on the object.
See also put_onselectstart
HRESULT elementFromPoint(
long x,
long y,
IHTMLElement **elementHit
);
Retrieves the element at the specified x and y coordinates.
Window coordinates are relative to the top-left corner of the window, which is at coordinates 0,0.
HRESULT get_parentWindow(
IHTMLWindow2 **p
);
Retrieves an interface pointer to the window object for the document.
HRESULT get_styleSheets(
IHTMLStyleSheetsCollection **p
);
Retrieves an interface pointer to a zero-based collection of the style sheet objects exposed from the document object. Each style sheet object represents an individual style sheet that is defined for the document.
HRESULT put_onbeforeupdate(
VARIANT v
);
Sets the inline script associated with the onbeforeupdate event on the object.
See also get_onbeforeupdate
HRESULT get_onbeforeupdate(
VARIANT *p
);
Retrieves the inline script associated with the onbeforeupdate event on the object.
See also put_onbeforeupdate
HRESULT put_onerrorupdate(
VARIANT v
);
Sets the inline script associated with the onerrorupdate event on the object.
See also get_onerrorupdate
HRESULT get_onerrorupdate(
VARIANT *p
);
Retrieves the inline script associated with the onerrorupdate event on the object.
See also put_onerrorupdate
HRESULT toString(
BSTR *String
);
Retrieves a string representation of the document object.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.