This topic has not yet been rated - Rate this topic

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
IHTMLImgElement::border
IHTMLTable::borderColorDark
IHTMLTable::borderColorLight

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.