columnRuleColor property

Gets or sets the color for all column rules in a multi-column element.

This property is read/write.

Internet Explorer 10

 

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 Tomulti-column elements
Mediavisual
Inheritedno
Initial Valueblack

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

 

 

Show: