[]
        
(Showing Draft Content)

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.

Dim displayed As Boolean = C1Zoom1.IsPanWindowShown
bool displayed = c1Zoom1.IsPanWindowShown;