marginHeight property
[This documentation is preliminary and is subject to change.]
Sets or retrieves the top and bottom margin heights before displaying the text in a frame.
Syntax
HRESULT value = object.put_marginHeight(VARIANT v);HRESULT value = object.get_marginHeight(VARIANT* p);
Property values
Type: VARIANT
the height, in pixels.
0
| Value | Condition |
|---|---|
Remarks
Margins cannot be less than 1 pixel or so large that the text cannot be displayed.
If IHTMLFrameBase::marginHeight is specified but IHTMLFrameBase::marginWidth is not, IHTMLFrameBase::marginWidth is set to 0.
If the document hosted in the frame or iframe has IHTMLRuleStyle::marginTop or IHTMLRuleStyle::marginBottom properties set either through Cascading Style Sheets (CSS) or through the IHTMLBodyElement::topMargin or IHTMLBodyElement::bottomMargin properties of the body element, then this property is ignored.
See also
Build date: 6/12/2012