# C1Zoom Closing Pan Window

To close the Pan Window, use the C1Zoom.ClosePanWindow method.

## Content



To close the Pan Window, use the **C1Zoom.ClosePanWindow** method.

```vbnet
C1Zoom1.ClosePanWindow()
```

```csharp
c1Zoom1.ClosePanWindow();
```