borderColorLight 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_borderColorLight(VARIANT v);HRESULT value = object.get_borderColorLight(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 IHTMLTable::borderColorDark and must be used with the IHTMLTable::border property that corresponds to the IHTMLTable::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