frameSpacing property

[This documentation is preliminary and is subject to change.]

Sets or retrieves the amount of additional space between the frames.

Syntax

HRESULT value = object.put_frameSpacing(VARIANT v);HRESULT value = object.get_frameSpacing(VARIANT* p);

Property values

Type: VARIANT

the spacing, in pixels.

2

Value Condition

 

Remarks

The amount of space defined for IHTMLFrameBase::frameSpacing does not include the width of the frame border. Frame spacing can be set on one or more frameSet objects and applies to all contained frameSet objects, unless the contained object defines a different frame spacing.

The default spacing is 2 pixels.

 

 

Build date: 6/12/2012