Equivalent statement for System.Windows.Forms.FormWindowState.Minimized in linux

Newbie Member
8Jan2009,18:37   #1
sairam567's Avatar
Hi,

I have a c# application, I can run that application in linux using mono software.
While minimising the "forms window" to tray icon in linux and it is not minimising
Is there any equivalent statement in C# for Linux :

this.WindowState = System.Windows.Forms.FormWindowState.Minimized ?

Any pointers.

Thanks & Regards