Image Viewer CP Gold SDK ActiveX Control ReferenceProperties ShowCustomCursor Image Viewer CP ActiveX Control ShowCustomCursor Enable or disable show the custom cursor. ImageViewer1.ShowCustomCursor[=Boolean] ParameterBooleantrue is enable, false is disable.RemarkThis property is Read/Write. Example Visual Basic SyntaxImageViewer1.CursorFileName = "c:\abc\cursor.cur"ImageViewer1.ShowCustomCursor = True