Viscom Software VideoCap ActiveX Control

Click Event

Description:   

Occurs when the user presses and then releases a mouse button over an ImageViewer CP Control.

Syntax:   

Private Sub VideoCap1_Click()

End Sub

Remark:  

 If there is code in the Click event, the DlbClick event will never trigger, because the Click event is the first event to trigger between the two.