TouchToolKit for WinForms | ComponentOne
Zooming Component / C1Zoom Elements / C1Zoom Pan Window Element / Verifying Whether or not PanWindow is Shown
In This Topic
    Verifying Whether or not PanWindow is Shown
    In This Topic

    Verifying whether or not the PanWindow is Shown

    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;