IHTMLFrameBase::get_marginWidthIHTMLFrameBase::get_marginWidth*
*



Contents  *



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

IHTMLFrameBase::get_marginWidth


HRESULT get_marginWidth(
    VARIANT *p
);

Retrieves the width, in pixels, of the left and right 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_marginWidth

Up Top of Page


IHTMLFrameBase::put_marginWidth


HRESULT put_marginWidth(
    VARIANT v
);

Sets the width, in pixels, of the left and right margins for the text in a frame.

v
String or value specifying margin widths.

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

See also get_marginWidth


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