You can hide the Mouse Cursor inside the Magnifier Window by setting the C1Magnify.ShowMouseCursor property to False.
[C#]
C1Magnify1.ShowMouseCursor = false; |
[Visual Basic]
C1Magnify1.ShowMouseCursor = False |