Scanner ActiveX Control

CursorFileName

 

Set custom cursor file name. After you set the custom cursor file name, you must set ShowCustomCursor = true to display the custom cursor.

Scanner1.CursorFileName[=String]


Parameter
String
the cursor file name.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
Scanner1.CursorFileName = "c:\abc\cursor.cur"
Scanner1.ShowCustomCursor = True