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