borderBottomStyle property
Specifies the style of the bottom border of the object.
![]() |
Syntax
Integer value = object.put_borderBottomStyle(BSTR v);Integer value = object.get_borderBottomStyle(BSTR* sStyle);
Property values
Type: BSTR
none (none)
-
Initial value. Border is not drawn, regardless of any IHTMLStyle::borderWidth.
hidden (hidden)
-
Internet Explorer 8. Same as none, except in terms of conflict resolution of collapsed borders. Any element with a hidden border suppresses all shared borders at that location. Borders with a style of none have the lowest priority.
dotted (dotted)
-
Border is a dotted line.
dashed (dashed)
-
Border is a dashed line.
solid (solid)
-
Border is a solid line.
double (double)
-
Border is a double line drawn on top of the background of the object. The sum of the two single lines and the space between equals the IHTMLStyle::borderWidth value. The border width must be at least 3 pixels wide to draw a double border.
groove (groove)
-
3-D groove is drawn in colors based on the value.
ridge (ridge)
-
3-D ridge is drawn in colors based on the value.
inset (inset)
-
3-D inset is drawn in colors based on the value.
outset (outset)
-
3-D outset is drawn in colors based on the value.
window-inset (window-inset)
-
Internet Explorer 6 and later. Same as inset with a thin outside border.
String format
none | hidden | 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 Backgrounds and Borders Module Level 3, Section 4.2
Remarks
An IHTMLStyle::borderWidth greater than zero must be set for the IHTMLStyle::borderBottomStyle property to render.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Build date: 11/12/2012
