IHTMLFrameSetElement::get_borderColorIHTMLFrameSetElement::get_borderColor*
*



Contents  *



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

IHTMLFrameSetElement::get_borderColor


HRESULT get_borderColor(
    VARIANT *p
);

Retrieves the border color.

p
Address of a variable that receives the color. The color can be one of the color names or values given in the Color Table reference documentation.

See also put_borderColor

Up Top of Page


IHTMLFrameSetElement::put_borderColor


HRESULT put_borderColor(
    VARIANT v
);

Sets the border color.

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

See also get_borderColor


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