Image Viewer CP ActiveX Control

ShowCustomCursor

 

Enable or disable show the custom cursor.

ImageViewer1.ShowCustomCursor[=Boolean]


Parameter
Boolean
true is enable, false is disable.

Remark
This property is Read/Write.

Example

   

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