![]() | ![]() | ![]() |
| ||
|
IHTMLStyle::get_borderRightColor
HRESULT get_borderRightColor( VARIANT *p );Retrieves the value of the CSS border-right-color attribute for the element.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the color value. See border-right-color for details. This parameter receives NULL if the attribute is not set.
See also put_borderRightColor
IHTMLStyle::put_borderRightColor
HRESULT put_borderRightColor( VARIANT v );Sets the value of the CSS border-right-color attribute for the element. The attribute determines the color of the element's right border.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the border color, which can be one of the color names or values given in the Color Table reference documentation. See border-right-color for details. Set this parameter to NULL to remove the attribute.
See also get_borderRightColor
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.