borderRightColor property
[This documentation is preliminary and is subject to change.]
Sets or retrieves the color of the right border of the object.
![]() |
Syntax
Integer value = object.put_borderRightColor(Variant v);Integer value = object.get_borderRightColor(Variant* sColor);
Property values
Type: VARIANT
One of the color names or RGB values in the BUGBUG! missing link text: ie.Color_Table.
String format
<color>
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value |
Standards information
- CSS 2.1, Section 8.5.2
Remarks
As of Microsoft Internet Explorer 5.5, this property applies to inline elements. With earlier versions of Windows Internet Explorer, inline elements must have an absolute position or layout to use this property. Element layout is set by providing a value for the height property or the width property.
Some browsers do not recognize color names, but all browsers should recognize RGB color values and display them correctly.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
|
DLL |
|
See also
Build date: 1/23/2012
