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
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 |
Minimum supported server |
Windows Server 2003 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |
See also
Reference
IHTMLCSSStyleDeclaration::outline