In This Topic
To show Pan Window, use the C1ZoomShowPanWindow method. The method can set the initial position and initial size of the PanWindow by using the overload method.
Visual Basic |
Copy Code
|
C1Zoom1.ShowPanWindow() |
C# |
Copy Code
|
c1Zoom1.ShowPanWindow(); |