IHTMLObjectElement::get_hspaceIHTMLObjectElement::get_hspace*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLObjectElement::put_hspace
*Next Topic: IHTMLOListElement

IHTMLObjectElement::get_hspace


HRESULT get_hspace(
    long *p 
);

Returns the amount of horizontal space defined in pixels for the object.

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

See also put_hspace

Up Top of Page


IHTMLObjectElement::put_hspace


HRESULT put_hspace(
    long v 
);

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

v
String value specifying the amount of horizontal space.

See also get_hspace


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