borderColorDark property

[This documentation is preliminary and is subject to change.]

Sets or retrieves the color for one of the two colors used to draw the 3-D border of the object.

Syntax

HRESULT value = object.put_borderColorDark(VARIANT v);HRESULT value = object.get_borderColorDark(VARIANT* p);

Property values

Type: VARIANT

one of the color names or RGB values in the Color Table.

Remarks

This property is the opposite of IHTMLTableCell::borderColorLight and must be used with the IHTMLImgElement::border property that corresponds to the IHTMLImgElement::border attribute. This property does not affect the Cascading Style Sheets (CSS) IHTMLRuleStyle::border composite properties.

Some client applications do not recognize color names, but all client applications should recognize RGB color values and display them correctly.

This property is no longer recommended. Use the IHTMLCurrentStyle::borderColor property instead.

 

 

Build date: 6/12/2012