scrollbarShadowColor property

Specifies the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar.

 

Syntax

HRESULT value = object.put_scrollbarShadowColor( v);HRESULT value = object.get_scrollbarShadowColor(* p);

Property values

Type: VARIANT

Any color name or RGB values in the Color Table.

String format

variant

CSS information

Applies To All elements
Media visual
Inherited 1
Initial Value

Standards information

There are no standards that apply here.

Remarks

Windows Internet Explorer 8. The IHTMLRuleStyle3::scrollbarShadowColor attribute is an extension to CSS, and can be used as a synonym for scrollbar-shadow-color in IE8 Standards mode.

The scroll box is the square box within a scroll bar that can be moved either up and down or left and right on a track to change the position of the content on the screen. The scroll arrows, located at each end of a scroll bar, are the square buttons containing the arrows that move the content on the screen in small increments, either up and down or left and right.

This property applies to elements that display a scroll bar. Cascading Style Sheets (CSS) enable scrolling on all objects through the IHTMLRuleStyle::overflow property. These objects are not listed in the Applies To list for this property.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

Reference

IHTMLRuleStyle3::scrollbar3dLightColor

IHTMLRuleStyle3::scrollbarArrowColor

IHTMLRuleStyle3::scrollbarBaseColor

IHTMLRuleStyle3::scrollbarDarkShadowColor

IHTMLRuleStyle3::scrollbarFaceColor

IHTMLRuleStyle3::scrollbarHighlightColor

IHTMLRuleStyle3::scrollbarTrackColor