Scanner ActiveX Control

ShowCustomCursor

 

Enable or disable show the custom cursor.

Scanner1.ShowCustomCursor[=Boolean]


Parameter
Boolean
true is enable, false is disable.

Remark
This property is Read/Write.

Example

   

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