| Author: sairam kolasani 04 Oct 2008 | Member Level: Gold | Rating:   Points: 3 |
equivalent for the above in c# is
this.WindowState == FormWindowState.Maximized;
regards, Sai Ram Kolasani
|
| Author: Vidhya 04 Oct 2008 | Member Level: Gold | Rating:  Points: 2 |
Hi,
Use this code: this.WindowState = FormWindowState.Maximized;
Note:Kindly rate this content if it really helps you!
|