columnRule property
Gets or sets a shorthand value that specifies values for the IHTMLCSSStyleDeclaration2::columnRuleWidth, IHTMLCSSStyleDeclaration2::columnRuleStyle, and the IHTMLCSSStyleDeclaration2::columnRuleColor of a multi-column element.
This property is read/write.
Syntax
HRESULT put_columnRule(
[in] BSTR v
);
HRESULT get_columnRule(
[out, retval] BSTR *p
);
Property values
Type: BSTR
The column rule properties.
String format
column-rule-width||column-rule-style||[column-rule-color| transparent ]
CSS information
Applies To | multi-column elements |
Media | visual |
Inherited | no |
Initial Value | see individual properties |
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |