Retrieves the value of the element's overflowY property 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 element's overflowY property 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. Can be one of the following:
Return Value
Returns S_OK if successful, or an error code otherwise.