Direct Window control from MonoGame

What I am doing is developing a set of controls similar to the Windows Forms controls and I’m currently working on a ProgramHeader class that would replace the MonoGame program header and allow the same but expanded capabilities (Animated backgrounds, things like that). What I need is a direct way to minimize the window. Maximizing (full screen) and windowing can be accomplished within MonoGame with the Graphics manager IsFullScreen function; but how to minimize the program to the system tray? Any help in this area would be appreciated.