Viscom Software VideoCap ActiveX Control

ClearFullScreenType Property

Description:   

When full screen mode, you may set the specific keyboard key to clear the full screen mode. Default is use ESC key to clear the full screen.

Usage:   

VideoCap1.ClearFullScreenKey[= value]

Data Type:   

Integer

Example:   

The Visual Basic example 

Private Sub Button_Click()
       VideoCap1.ClearFullScreenType = 0
       VideoCap1.ClearFullScreenKey= 32
       VideoCap1.Start
       VideoCap1.ShowFullScreen True
End Sub


Value:   

0 - Keyboard key.
1 - Mouse button.