ActiveX
To set the scroll bar color and size
Set the ScrollBarHColor, ScrollBarVColor, ScrollBarHeight, or ScrollBarWidth property if the AppearanceStyle is set to Classic.
Use the SetEn ancedScrollBarColors method if the AppearanceStyle is set to Enhanced.
The ScrollBarStyle property can be used to set a different appearance for the scroll bars from the rest of the control. If you set this property, then the appearance of the scrollbars will no longer use the AppearanceStyle property setting. Apply the appropriate scroll bar methods or properties based on the style setting (classic or enhanced), if you wish to change the colors.