IHTMLInputImage::get_borderIHTMLInputImage::get_border*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLInputImage::put_border
*Next Topic: IHTMLInputImage::put_vspace

IHTMLInputImage::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


IHTMLInputImage::put_border


HRESULT put_border(
    VARIANT v
);

Sets the thickness of the border around the element.

v
String or value specifying the border thickness.

See also get_border


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