IHTMLFrameBase::get_borderIHTMLFrameBase::get_border*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLFrameBase::put_border
*Next Topic: IHTMLFrameBase::put_frameBorder

IHTMLFrameBase::get_border


HRESULT get_border(
    VARIANT *p
);

Retrieves the thickness of the border.

p
Address of a variable that receives the thickness.

Setting a border to zero or omitting the attribute causes no border to be displayed. Supplying the border attribute without a value defaults to a single border.

See also put_border

Up Top of Page


IHTMLFrameBase::put_border


HRESULT put_border(
    VARIANT v
);

Specifies the thickness of the border.

v
String or value specifying the thickness.

Setting a border to zero or omitting the attribute causes no border to be displayed. Supplying the border attribute without a value defaults to a single border.

See also get_border


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