# Verifying Whether or not PanWindow is Shown

Verifying whether or not the PanWindow is Shown  To verify whether or not the PanWindow is shown, use the C1Zoom.IsPanWindowShown property.

## Content



#### Verifying whether or not the PanWindow is Shown

To verify whether or not the PanWindow is shown, use the **C1Zoom.IsPanWindowShown** property.

```vbnet
Dim displayed As Boolean = C1Zoom1.IsPanWindowShown
```

```csharp
bool displayed = c1Zoom1.IsPanWindowShown;
```