IHTMLObjectElement::get_vspaceIHTMLObjectElement::get_vspace*
*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.

p
Address of a string variable that receives the vertical space.

See also put_vspace

Up Top of Page


IHTMLObjectElement::put_vspace


HRESULT put_vspace(
    long v 
);

Sets the amount of vertical space defined in pixels for the object

v
String value specifying the amount of vertical space.

See also get_vspace


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.