Contents Index Topic Contents | ||
Previous Topic: IHTMLFrameBase::put_marginHeight Next Topic: IHTMLFrameBase::put_noResize |
IHTMLFrameBase::get_marginHeight
HRESULT get_marginHeight( VARIANT *p );Retrieves the width, in pixels, of the top and bottom margins for the text in a frame.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the width.
Margins cannot be less than 1 nor so large that the text cannot be displayed.
See also put_marginHeight
IHTMLFrameBase::put_marginHeight
HRESULT put_marginHeight( VARIANT v );Sets the width, in pixels, of the top and bottom margins for the text in a frame.
- Returns S_OK if successful, or an error value otherwise.
- v
- String or value specifying margin widths.
Margins cannot be less than 1 nor so large that the text cannot be displayed.
See also get_marginHeight
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.