IHTMLBodyElement::get_rightMarginIHTMLBodyElement::get_rightMargin*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLBodyElement::put_rightMargin
*Next Topic: IHTMLBodyElement::put_bottomMargin

IHTMLBodyElement::get_rightMargin


HRESULT get_rightMargin(
    VARIANT *p
);

Retrieves the right margin for the entire body of the page and overrides the default margin.

p
Address of a VARIANT structure that receives the right margin. This property receives "" if the margin is exactly on the right edge.

See also put_rightMargin

Up Top of Page


IHTMLBodyElement::put_rightMargin


HRESULT put_rightMargin(
    VARIANT v
);

Sets the right margin for the entire body of the page and overrides the default margin.

v
VARIANT structure containing a string or value specifying the right margin. If set to "", the margin will be exactly on the right edge.

See also get_rightMargin


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