Viscom Software Screen2Video ActiveX Control

Stop Method

Description:   

Stop the screen recording..

Usage:   

Screen2Video1.Stop Parameter1

Return Value:

No Return value.

Parameter:

No Parameter. 

 

Example:   

This Visual Basic example stop the screen capture:

Private Sub cmdStop_Click()     

       Screen2Video1.Stop
End Sub