control.Magnifier([nEnable], [nSize], [nBGColor], [nLineColor], [nTransparency])

PurposeActivates/deactivates the magnifier.
Parameter
nEnable Long TRUE (not zero) for enabling, FALSE (zero) for disabling the magnifier. If omitted: 0
nSize Long (Initial) size of the rectangle, which represents the magnifier. If omitted or 0: 25 pixel.
nBGColor Long (RMC_Colors constant or any RGB value) Color of the magnifier rectangle. If omitted or 0: no color is used, the rectangle will only be outlined.
nLineColor Long (RMC_Colors constant or any RGB value) Color for the rectangle's border. If omitted or 0: if parameter nBGColor is omitted or 0, Blue, otherwise no outline gets painted.
nTransparency Long Transparency of the rectangle, from 1 (totally transparent) to 255 (opaque). If omitted or 0: 100.
Return value-
RemarksPlease read Zoom and Magnifier for more informations.
ExampleSee Magnifier in the VB Demo Project.