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