outlineColor property
Specifies the color of the outline frame.
![]() ![]() |
Syntax
HRESULT value = object.put_outlineColor( v);HRESULT value = object.get_outlineColor(* p);
Property values
Type: VARIANT
-
Default. The reverse of the the background color.
-
Any color value, including those specified in the Color Table.
String format
<color>
| invert
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value |
Standards information
- CSS 2.1, Section 18.4
Remarks
A value of invert ensures that the outline is visible regardless of the background color.
This property requires Windows Internet Explorer to be in IE8 Standards mode rendering.
Requirements
|
Minimum supported client |
Windows XP with SP2 |
|---|---|
|
Minimum supported server |
Windows Server 2003 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
- Reference
- IHTMLCurrentStyle5::outline
- IHTMLCurrentStyle5::outlineStyle
- IHTMLCurrentStyle5::outlineWidth
Show:

