In This Topic
The following limitations exist for the C1Zoom control:
- Form.AutoScroll property is invalid. Set Form.AutoScroll=False.
- Form.Capture property is invalid. Use C1Zoom.InnerPanel.Capture instead.
- Form.Controls property is invalid. Use C1Zoom.Controls or C1Zoom.InnerPanel.Controls instead.
- C1Zoom and C1Resize of PlusPak can't be used in same Form.
- C1Zoom and C1StylePlus of PlusPak can't be used in same Form.
- C1Zoom and C1SizerLight of Winforms Edition can't be used in same Form.
- C1Zoom and C1Sizer of Winforms Edition can't be used in same Form.
- C1Zoom and C1ZoomPanel can't be used in same Form.
- Can't zoom ContextMenu and Tooltip.
- Can't show zoom preview for ActiveX control.
- Can't show zoom preview for WebBrowser control. A gray cross and the document title is displayed instead.