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.

Internet Explorer 10

 

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 Tomulti-column elements
Mediavisual
Inheritedno
Initial Valuesee individual properties

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

 

 

Show: