Available in the LEADTOOLS Imaging toolkit. |
EnableZoomInRect example for Visual Basic
Note: Also works with Access 95 and 97.
This example toggles the EnableZoomInRect property.
'Toggle the ZoomInRect setting
If Lead1.EnableZoomInRect = True Then
Lead1.EnableZoomInRect = False
Else
Lead1.EnableZoomInRect = True
End If