Contents Index Topic Contents | ||
Previous Topic: IHTMLFrameBase::put_marginWidth Next Topic: IHTMLFrameBase::put_marginHeight |
IHTMLFrameBase::get_marginWidth
HRESULT get_marginWidth( VARIANT *p );Retrieves the width, in pixels, of the left and right 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_marginWidth
IHTMLFrameBase::put_marginWidth
HRESULT put_marginWidth( VARIANT v );Sets the width, in pixels, of the left and right 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 too large that the text cannot be displayed.
See also get_marginWidth
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.