IHTMLImgElement::get_borderIHTMLImgElement::get_border*
*



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.

p
Address of a variable that receives the border thickness.

See also put_border

Up Top of Page


IHTMLImgElement::put_border


HRESULT put_border(
    VARIANT v
);

Sets the thickness of the border around the element.

v
A string or value specifying the border thickness.

See also get_border


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.