Is there a Win32 API method where I can call the Minimize Animation to the taskbar (not the system tray) using a borderless window, when using the code:
WindowState = FormWindowState.Minimized;
It just disappears, I want it to show a minimize animation instead of just closing out of nowhere.