outlineStyle property
Specifies the style of the outline frame.
![]() ![]() |
Syntax
HRESULT value = object.put_outlineStyle( v);HRESULT value = object.get_outlineStyle(* p);
Property values
Type: BSTR
-
Default. The border is not drawn, regardless of any IHTMLCSSStyleDeclaration::outlineWidth.
-
The border is a dotted line.
-
The border is a dashed line.
-
The border is a solid line.
-
The border is a double line. The IHTMLCSSStyleDeclaration::outlineWidth property value must be at least 3 pixels for a double border to be drawn.
-
A 3-D groove is drawn in colors based on the value.
-
A 3-D ridge is drawn in colors based on the value.
-
A 3-D inset is drawn in colors based on the value.
-
A 3-D outset is drawn in colors based on the value.
-
The border is the same as inset, but is surrounded by an additional single line, drawn in colors based on the value.
String format
none | dotted | dashed | solid | double | groove | ridge | inset | outset | window-inset
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value |
Standards information
- CSS 2.1, Section 18.4
Remarks
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
- IHTMLCSSStyleDeclaration::outline
- IHTMLCSSStyleDeclaration::outlineColor
- IHTMLCSSStyleDeclaration::outlineWidth

