This action method toggles the size and location of the window between its standard state (provided by the application as the “best” size to display the window’s data) and its user state (a new size and location the user may have set by moving or resizing the window).
Original signature is '- (void)zoom:(id)sender'
Available in Mac OS X v10.0 and later.


- sender (Id)
- The object sending the message.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)