Click to return to the Reusing Browser Technology home page    
IHTMLElement2::get_client...     IHTMLElement2::get_dir Me...     IHTMLElement2 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLElement2::get_clientWidth Method


Retrieves the element's client area width, in pixels.

Syntax

HRESULT clientWidth(
   long *p
);

Parameters

p
Address of a long variable that returns the width of the client area. For details, see the clientWidth property.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

get_clientHeight, get_clientLeft, get_clientTop,



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.