Maybe i’m just too blind to RTFM but what is the method to call to reverse the zoom (maximizing of a window) and bring the window back into the old state.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to the documentation for the
zoom:method (note the:), the inverse ofzoom:iszoom::If it’s in the user state (not zoomed), it’ll change to the standard state (zoom), and if it’s in the standard state (zoomed), it’ll change to the user state (unzoom).
The documentation also notes:
This is what will happen if you started the window out in its standard state; since it was never in any other state, there is nothing for it to unzoom back to.