Carousel ActiveX Control

SetBackgroundColor

 

Set the background color of Carousel.
 

Public Function SetBackgroundColor(
 ByVal clrBgColor As Color
)

 

Parameter
clrBgColor
the background color

No Return Value

Example

   

Visual Basic Syntax
Carousel1.SetBackgroundColor RGB(255,0,0)