|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
import "mshtml.idl";
Inherits IDispatch.
Public Member Functions |
| HRESULT | setCapture ([defaultvalue(-1), in] VARIANT_BOOL containerCapture) |
| HRESULT | releaseCapture () |
| HRESULT | componentFromPoint ([in] LONG x,[in] LONG y,[retval, out] BSTR *component) |
| HRESULT | doScroll ([optional, in] VARIANT component) |
| HRESULT | getClientRects ([retval, out] IHTMLRectCollection **pRectCol) |
| HRESULT | getBoundingClientRect ([retval, out] IHTMLRect **pRect) |
| HRESULT | setExpression ([in] BSTR propname,[in] BSTR expression,[defaultvalue(""), in] BSTR language) |
| HRESULT | getExpression ([in] BSTR propname,[retval, out] VARIANT *expression) |
| HRESULT | removeExpression ([in] BSTR propname,[retval, out] VARIANT_BOOL *pfSuccess) |
| HRESULT | focus () |
| HRESULT | blur () |
| HRESULT | addFilter ([in] IUnknown *pUnk) |
| HRESULT | removeFilter ([in] IUnknown *pUnk) |
| HRESULT | attachEvent ([in] BSTR event,[in] IDispatch *pDisp,[retval, out] VARIANT_BOOL *pfResult) |
| HRESULT | detachEvent ([in] BSTR event,[in] IDispatch *pDisp) |
| HRESULT | createControlRange ([retval, out] IDispatch **range) |
| HRESULT | clearAttributes () |
| HRESULT | mergeAttributes ([in] IHTMLElement *mergeThis) |
| HRESULT | insertAdjacentElement ([in] BSTR where,[in] IHTMLElement *insertedElement,[retval, out] IHTMLElement **inserted) |
| HRESULT | applyElement ([in] IHTMLElement *apply,[in] BSTR where,[retval, out] IHTMLElement **applied) |
| HRESULT | getAdjacentText ([in] BSTR where,[retval, out] BSTR *text) |
| HRESULT | replaceAdjacentText ([in] BSTR where,[in] BSTR newText,[retval, out] BSTR *oldText) |
| HRESULT | addBehavior ([in] BSTR bstrUrl,[optional, in] VARIANT *pvarFactory,[retval, out] LONG *pCookie) |
| HRESULT | removeBehavior ([in] LONG cookie,[retval, out] VARIANT_BOOL *pfResult) |
| HRESULT | getElementsByTagName ([in] BSTR v,[retval, out] IHTMLElementCollection **pelColl) |
Properties |
| BSTR | scopeName [get] |
| VARIANT | onlosecapture [get, set] |
| VARIANT | onscroll [get, set] |
| VARIANT | ondrag [get, set] |
| VARIANT | ondragend [get, set] |
| VARIANT | ondragenter [get, set] |
| VARIANT | ondragover [get, set] |
| VARIANT | ondragleave [get, set] |
| VARIANT | ondrop [get, set] |
| VARIANT | onbeforecut [get, set] |
| VARIANT | oncut [get, set] |
| VARIANT | onbeforecopy [get, set] |
| VARIANT | oncopy [get, set] |
| VARIANT | onbeforepaste [get, set] |
| VARIANT | onpaste [get, set] |
| IHTMLCurrentStyle | currentStyle [get] |
| VARIANT | onpropertychange [get, set] |
| short | tabIndex [get, set] |
| BSTR | accessKey [get, set] |
| VARIANT | onblur [get, set] |
| VARIANT | onfocus [get, set] |
| VARIANT | onresize [get, set] |
| LONG | clientHeight [get] |
| LONG | clientWidth [get] |
| LONG | clientTop [get] |
| LONG | clientLeft [get] |
| VARIANT | readyState [get] |
| VARIANT | onreadystatechange [get, set] |
| VARIANT | onrowsdelete [get, set] |
| VARIANT | onrowsinserted [get, set] |
| VARIANT | oncellchange [get, set] |
| BSTR | dir [get, set] |
| LONG | scrollHeight [get] |
| LONG | scrollWidth [get] |
| LONG | scrollTop [get, set] |
| LONG | scrollLeft [get, set] |
| VARIANT | oncontextmenu [get, set] |
| VARIANT_BOOL | canHaveChildren [get] |
| IHTMLStyle | runtimeStyle [get] |
| IDispatch | behaviorUrns [get] |
| BSTR | tagUrn [get, set] |
| VARIANT | onbeforeeditfocus [get, set] |
| LONG | readyStateValue [get] |
Detailed Description
Definition at line 4427 of file mshtml.idl.
The documentation for this interface was generated from the following file:
Generated on Mon May 28 2012 06:46:57 for ReactOS by
1.7.6.1
|