Contents Index Topic Contents | ||
Previous Topic: IHTMLObjectElement::put_vspace Next Topic: IHTMLObjectElement::put_hspace |
IHTMLObjectElement::get_vspace
HRESULT get_vspace( long *p );Returns the amount of vertical space defined in pixels for the object.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the vertical space.
See also put_vspace
IHTMLObjectElement::put_vspace
HRESULT put_vspace( long v );Sets the amount of vertical space defined in pixels for the object
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying the amount of vertical space.
See also get_vspace
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.