TouchToolKit for WinForms | ComponentOne
Magnify Component / Hiding Mouse Cursor Inside the Magnifier Window
In This Topic
    Hiding Mouse Cursor Inside the Magnifier Window
    In This Topic

    Hiding the Mouse Cursor Inside the Magnifier Window

    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