Contents Index Topic Contents | ||
Previous Topic: IHTMLControlElement::get_clientHeight Next Topic: IHTMLControlElement::get_clientTop |
IHTMLControlElement::get_clientWidth
HRESULT get_clientWidth( long *p );Retrieves the width of the element, in pixels. This width does not take into account any margin, border, scroll bar, or padding that might have been applied to the element.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the width of the element.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.