| Author: sairam kolasani 04 Oct 2008 | Member Level: Gold | Rating:    Points: 6 |
It will disable maximize box this.MaximizeBox = false;
It will disable minimize box
this.MinimizeBox = false; It will disable maximize box,maximize box and close also
this.ControlBox = false;
|
| Author: Vidhya 04 Oct 2008 | Member Level: Gold | Rating:  Points: 2 |
hi, In the Properties window, select either Form.MinimizeBox or Form.MaximizeBox and choose false.
Regards, Vidhya Note:Kindly rate this content if it really helps you!
|