Contents Index Topic Contents | ||
Previous Topic: IHTMLFrameBase::put_frameSpacing Next Topic: IHTMLFrameBase::put_marginWidth |
IHTMLFrameBase::get_frameSpacing
HRESULT get_frameSpacing( VARIANT *p );Retrieves the amount of additional space between the frames, in pixels.
- Returns S_OK if successful, or an error value otherwise.
- 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
IHTMLFrameBase::put_frameSpacing
HRESULT put_frameSpacing( VARIANT v );Creates additional space between the frames, in pixels.
- Returns S_OK if successful, or an error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.