borderBottomColor property
Specifies the foreground color of the bottom border of an object.
![]() |
Syntax
Integer value = object.put_borderBottomColor(Variant v);Integer value = object.get_borderBottomColor(Variant* sColor);
Property values
Type: VARIANT
One of the color names or RGB values in the Color Table.
String format
<color>
| currentColor | transparent | inherit
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | currentColor |
Standards information
- CSS Backgrounds and Borders Module Level 3, Section 4.1
Remarks
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 |
|
|
IDL |
|
|
DLL |
|
See also
Build date: 11/12/2012
