IHTMLMarqueeElement::get_hspaceIHTMLMarqueeElement::get_hspace*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLMarqueeElement::put_hspace
*Next Topic: IHTMLMarqueeElement::put_onfinish

IHTMLMarqueeElement::get_hspace


HRESULT get_hspace( 
    long *p 
);

Retrieves the horizontal margins for the element.

p
Address of a variable that receives the horizontal margins.

Similar to border, except the margins are not painted with color when the element is a link.

See also put_hspace

Up Top of Page


IHTMLMarqueeElement::put_hspace


HRESULT put_hspace(
    long v 
);

Sets the horizontal margins for the element.

v
Value specifying the horizontal margins.

Similar to border, except the margins are not painted with color when the element is a link.

See also get_hspace


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