IHTMLFrameBase::get_marginHeightIHTMLFrameBase::get_marginHeight*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLFrameBase::put_marginHeight
*Next Topic: IHTMLFrameBase::put_noResize

IHTMLFrameBase::get_marginHeight


HRESULT get_marginHeight(
    VARIANT *p
);

Retrieves the width, in pixels, of the top and bottom margins for the text in a frame.

p
Address of a variable that receives the width.

Margins cannot be less than 1 nor so large that the text cannot be displayed.

See also put_marginHeight

Up Top of Page


IHTMLFrameBase::put_marginHeight


HRESULT put_marginHeight(
    VARIANT v
);

Sets the width, in pixels, of the top and bottom margins for the text in a frame.

v
String or value specifying margin widths.

Margins cannot be less than 1 nor so large that the text cannot be displayed.

See also get_marginHeight


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