Carousel ActiveX Control

SetBackgroundImage

 

Set the background image of Carousel.
 

Public Function SetBackgroundImage(
 ByVal strImage As String
)

 

Parameter
strImage
the path of background image

No Return Value

Example

   

Visual Basic Syntax
Carousel1.SetBackgroundImage "c:\test.jpg"