Viscom Software VideoCap ActiveX Control

ClearFullScreenKey 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:   

Specifies the virtual key code of the given key.

e.g.
 ESC - 27
 spacebar - 32