Retrieves the distance, in pixels, between the offsetTop and the true top of the client area.
Syntax
HRESULT clientTop( long *p );
Parameters
- p
- Address of a long variable that returns the true top of the client area. For details, see the clientTop property.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also