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.
- Returns S_OK if successful, or an error value otherwise.
- 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
IHTMLFrameSetElement::put_border
HRESULT put_border( VARIANT v );Sets the border color and must be used with the border property, except for frames.
- Returns S_OK if successful, or an error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.