columnRuleColor property
Gets or sets the color for all column rules in a multi-column element.
This property is read/write.
Syntax
HRESULT put_columnRuleColor(
[in] BSTR v
);
HRESULT get_columnRuleColor(
[out, retval] BSTR *p
);
Property values
Type: BSTR
One of the color names or RGB values in the Color Table.
String format
<color>
CSS information
Applies To | multi-column elements |
Media | visual |
Inherited | no |
Initial Value | black |
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |