border property

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

Sets or retrieves the space between the frames, including the 3-D border.

Syntax

HRESULT value = object.put_border(VARIANT v);HRESULT value = object.get_border(VARIANT* p);

Property values

Type: VARIANT

the number of pixels to reserve as space between frames.

Standards information

Remarks

This property applies either to the outer frameSet element or to inner frameSet elements. When you specify the IHTMLFrameSetElement::border property of the outermost frameSet element, the IHTMLFrameSetElement::border properties of any inner frameSet elements are ignored. When you do not specify the IHTMLFrameSetElement::border property of the outermost frameSet element, the IHTMLFrameSetElement::border properties of inner frameSet elements are not ignored.

Setting a border to zero or omitting the attribute causes no border to be displayed. Supplying the border attribute without a value defaults to a single border.

 

 

Build date: 6/12/2012