My C# form (Visual Studio 2008) has an advanced mode with more bells and whistles (larger form size) and also a normal mode (smaller form size).
If a user clicks on the maximize button, I'd like the form to toggle to either advanced mode or normal mode, instead of maximizing the form itself.
Is this possible?