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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the horizontal space.
See also put_hspace
IHTMLObjectElement::put_hspace
HRESULT put_hspace( long v );Sets the amount of horizontal space defined in pixels for the object
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying the amount of horizontal space.
See also get_hspace
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.