leToggleMagnifier
leToggleMagnifier( ) => t / nil
Description
Toggles the visibility of the magnifier between on and off.
Arguments
Value Returned
|
The magnifier visibility toggles successfully between on and off. |
|
Examples
If the magnifier is on, this function turns it off. If the magnifier is off, this function displays it based on the current settings in the Magnifier Options form.
leToggleMagnifier()
Return to top