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