To verify whether or not the PanWindow is shown, use the C1Zoom.IsPanWindowShown property.
Visual Basic |
Copy Code
|
---|---|
Dim displayed As Boolean = C1Zoom1.IsPanWindowShown |
C# |
Copy Code
|
---|---|
bool displayed = c1Zoom1.IsPanWindowShown; |