IHTMLFrameSetElement::get_frameSpacingIHTMLFrameSetElement::get_frameSpacing*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLFrameSetElement::put_frameSpacing
*Next Topic: IHTMLFrameSetElement::put_name

IHTMLFrameSetElement::get_frameSpacing


HRESULT get_frameSpacing(
    VARIANT *p
);

Retrieves the amount of additional space between the frames, in pixels.

p
Address of a variable that receives the amount of additional space. The default spacing is 2 pixels.

The amount defined for frameSpacing does not include the width of the frameBorder. frameSpacing can be set on one or more FRAMESETs, and applies to the contained FRAMESET unless the contained FRAMESET defines a different frameSpacing.

See also put_frameSpacing

Up Top of Page


IHTMLFrameSetElement::put_frameSpacing


HRESULT put_frameSpacing(
    VARIANT v
);

Creates additional space between the frames, in pixels.

v
String or value specifying the amount of additional space. The default spacing is 2 pixels.

The amount defined for frameSpacing does not include the width of the frameBorder. frameSpacing can be set on one or more FRAMESETs, and applies to the contained FRAMESET unless the contained FRAMESET defines a different frameSpacing.

See also get_frameSpacing


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