import"DOMCore.idl";
|
HRESULT | offsetLeft ([out, retval] int *result) |
|
HRESULT | offsetTop ([out, retval] int *result) |
|
HRESULT | offsetWidth ([out, retval] int *result) |
|
HRESULT | offsetHeight ([out, retval] int *result) |
|
HRESULT | offsetParent ([out, retval] IDOMElement **result) |
|
HRESULT | clientWidth ([out, retval] int *result) |
|
HRESULT | clientHeight ([out, retval] int *result) |
|
HRESULT | scrollLeft ([out, retval] int *result) |
|
HRESULT | setScrollLeft ([in] int newScrollLeft) |
|
HRESULT | scrollTop ([out, retval] int *result) |
|
HRESULT | setScrollTop ([in] int newScrollTop) |
|
HRESULT | scrollWidth ([out, retval] int *result) |
|
HRESULT | scrollHeight ([out, retval] int *result) |
|
HRESULT | scrollIntoView ([in] BOOL alignWithTop) |
|
HRESULT | scrollIntoViewIfNeeded ([in] BOOL centerIfNeeded) |
|
◆ clientHeight()
HRESULT IDOMElementExtensions::clientHeight |
( |
[out, retval] int * |
result | ) |
|
◆ clientWidth()
HRESULT IDOMElementExtensions::clientWidth |
( |
[out, retval] int * |
result | ) |
|
◆ offsetHeight()
HRESULT IDOMElementExtensions::offsetHeight |
( |
[out, retval] int * |
result | ) |
|
◆ offsetLeft()
HRESULT IDOMElementExtensions::offsetLeft |
( |
[out, retval] int * |
result | ) |
|
◆ offsetParent()
◆ offsetTop()
HRESULT IDOMElementExtensions::offsetTop |
( |
[out, retval] int * |
result | ) |
|
◆ offsetWidth()
HRESULT IDOMElementExtensions::offsetWidth |
( |
[out, retval] int * |
result | ) |
|
◆ scrollHeight()
HRESULT IDOMElementExtensions::scrollHeight |
( |
[out, retval] int * |
result | ) |
|
◆ scrollIntoView()
HRESULT IDOMElementExtensions::scrollIntoView |
( |
[in] BOOL |
alignWithTop | ) |
|
◆ scrollIntoViewIfNeeded()
HRESULT IDOMElementExtensions::scrollIntoViewIfNeeded |
( |
[in] BOOL |
centerIfNeeded | ) |
|
◆ scrollLeft()
HRESULT IDOMElementExtensions::scrollLeft |
( |
[out, retval] int * |
result | ) |
|
◆ scrollTop()
HRESULT IDOMElementExtensions::scrollTop |
( |
[out, retval] int * |
result | ) |
|
◆ scrollWidth()
HRESULT IDOMElementExtensions::scrollWidth |
( |
[out, retval] int * |
result | ) |
|
◆ setScrollLeft()
HRESULT IDOMElementExtensions::setScrollLeft |
( |
[in] int |
newScrollLeft | ) |
|
◆ setScrollTop()
HRESULT IDOMElementExtensions::setScrollTop |
( |
[in] int |
newScrollTop | ) |
|
The documentation for this interface was generated from the following file: