# Hiding Mouse Cursor Inside the Magnifier Window

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.

## Content

### 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#]

```csharp
C1Magnify1.ShowMouseCursor = false;
```

[Visual Basic]

```vbnet
C1Magnify1.ShowMouseCursor = False
```