Retrieves the value of the overflowX property of the element along the X axis.
Syntax
HRESULT get_overflowX( BSTR *p );
Parameters
- p
- Address of a string (BSTR) that contains the element's overflowX option along the X axis.
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets the value of the overflowX property of the element along the X axis.
Syntax
HRESULT put_overflowX( BSTR v );
Parameters
- v
- String (BSTR) that contains the element's overflowX option along the X axis.
Return Value
Returns S_OK if successful, or an error code otherwise.