Contents Index Topic Contents | ||
Previous Topic: IHTMLImgElement::put_border Next Topic: IHTMLImgElement::put_vspace |
IHTMLImgElement::get_border
HRESULT get_border( VARIANT *p );Retrieves the current thickness of the border around the element.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the border thickness.
See also put_border
IHTMLImgElement::put_border
HRESULT put_border( VARIANT v );Sets the thickness of the border around the element.
- Returns S_OK if successful, or an error value otherwise.
- v
- A string or value specifying the border thickness.
See also get_border
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.