borderColor property
Sets or retrieves the border color of the object.
Syntax
HRESULT value = object.put_borderColor( v);HRESULT value = object.get_borderColor(* p);
Property values
Type: VARIANT
one of the color names or RGB values in the Color Table.
Remarks
Some client applications do not recognize color names, but all client applications should recognize RGB color values and display them correctly.
See also
- Reference
- IHTMLInputElement::border
- IHTMLTableCell::borderColorDark
- IHTMLTableCell::borderColorLight
Show: