Viscom Software VideoCap ActiveX Control

ControlBackColor Property

Description:   

Set/Get the control background color.

Usage:   

VideoCap1.ControlBackColor[= value]

Data Type:   

RGB color

Example:   

This Visual Basic example set the control background color to blue color:

Private Sub Form_Load()
        VideoCap1.ControlBackColor=RGB(0,255,0)
        VideoCap1.Start
End Sub


Value:   

RGB(255,0,0)