I have a borderless from in a WinForm project. (Set with BorderStyle = FormBorderStyle.None
)
To minimize this form I have been calling WindowState = FormWindowState.Minimized
however this does not trigger the minimization animation that other windows have.
How can I programatically trigger that minimize animation. My project is targetting .NET 4.0