[]
To verify whether or not the PanWindow is shown, use the C1Zoom.IsPanWindowShown property.
Dim displayed As Boolean = C1Zoom1.IsPanWindowShown
bool displayed = c1Zoom1.IsPanWindowShown;