IHTMLIFrameElement::get_vspaceIHTMLIFrameElement::get_vspace*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLIFrameElement::put_vspace
*Next Topic: IHTMLIFrameElement::put_hspace

IHTMLIFrameElement::get_vspace


HRESULT get_vspace(
    long *p
);

Retrieves the width of the vertical margins for the element.

p
Address of a variable that receives the width of the vertical margins.

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

See also put_vspace

Up Top of Page


IHTMLIFrameElement::put_vspace


HRESULT put_vspace(
    long v
);

Sets the vertical margins for the element.

v
Value specifying the width of the vertical margins.

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

See also get_vspace


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