IHTMLFrameSetElement::get_borderIHTMLFrameSetElement::get_border*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLFrameSetElement::put_border
*Next Topic: IHTMLFrameSetElement::put_borderColor

IHTMLFrameSetElement::get_border


HRESULT get_border(
    VARIANT *p
);

Retrieves the border color and must be used with the border property, except for frames.

v
Addres of a variable that receives a string or value specifying the color. It can be one of the color names or values given in the Color Table reference documentation.

See also put_border

Up Top of Page


IHTMLFrameSetElement::put_border


HRESULT put_border(
    VARIANT v
);

Sets the border color and must be used with the border property, except for frames.

v
String or value specifying the color. It can be one of the color names or values given in the Color Table reference documentation.

See also get_border


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