Carousel ActiveX Control

ResizeControl

 

Resize Carousel control.
 

Public Function ResizeControl(
 ByVal iWidth As Integer, _
 ByVal iHeight As Integer
)

 

Parameter
iWidth
the width of display area.

iHeight
the height of display area.

No Return Value

Example

   

Visual Basic Syntax
Carousel1.Resize 640, 480