outlineColor property
Sets or retrieves the color of the outline frame.
![]() ![]() |
Syntax
HRESULT value = object.put_outlineColor( v);HRESULT value = object.get_outlineColor(* p);
Property values
Type: VARIANT
invert (invert)
-
Default. The reverse of the the background color.
color (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 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Build date: 11/12/2012

