Contents Index Topic Contents | ||
Previous Topic: IHTMLHRElement::put_size Next Topic: IHTMLIFrameElement |
IHTMLHRElement::get_size
HRESULT get_size( VARIANT *p );Retrieves the height of the horizontal rule, in pixels.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the height.
See also put_size
IHTMLHRElement::put_size
HRESULT put_size( VARIANT v );Sets the height of the horizontal rule, in pixels.
- Returns S_OK if successful, or an error value otherwise.
- v
- Value specifying the height.
See also get_size
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.