Viscom Software Screen2Video ActiveX Control

CaptureCursor Property

Description:   

Enable or Disable capture mouse cursor.

Usage:   

Screen2Video1.CaptureCursor[= value]

Data Type:   

Boolean

Example:   

This Visual Basic example enable capture mouse cursor:

Private Sub Form_Load()
        Screen2Video1.CaptureCursor=True
        Screen2Video1.Start

End Sub