Viscom Software VideoCap ActiveX Control

ClearFullScreenMouseButton Property

Description:   

When full screen mode, you may set the specific mouse button to clear the full screen mode.

Usage:   

VideoCap1.ClearFullScreenMouseButton[= value]

Data Type:   

Integer

Example:   

The Visual Basic example 

Private Sub Button_Click()
       VideoCap1.ClearFullScreenType = 1
       VideoCap1.ClearFullScreenMouseButton= 0
       VideoCap1.Start
       VideoCap1.ShowFullScreen True
End Sub


Value:   

0 - Left Button Down
1 - Left Button double click.
2 - Right Button Down.
3 - Right Button double click.