Viscom Software VideoCap ActiveX Control

BackgroundColor Property

Description:   

The background color of display window.

Usage:   

VideoCap1.BackgroundColor[= value]

Data Type:   

RGB color

Example:   

This Visual Basic example set the background color to red:

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


Value:   

RGB(255,0,0)