BackgroundColor
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() |
Value: |
RGB(255,0,0) |