Click here to Skip to main content
15,886,422 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello, Everyone,

I am writing a windows desktop windows application.
in the main form I find a property called Lock.

Can anybody tell me what is the purpose of this property?

In what kind of situation we shall set this property?

Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 26-May-12 23:00pm    
Why wouldn't you simply read Forms help page?
--SA
Southmountain 28-May-12 12:22pm    
in my mind, I want to ask in production stage, how do I use this property to help user interface design stage? check if some useful suggestion or sharing from million users?

1 solution

You can lock the controls on a form so that you inadvertently don't resize or move them.
Read more about locking at http://msdn.microsoft.com/en-us/library/80xxxf69%28v=vs.80%29.aspx[^].
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 26-May-12 23:02pm    
A 5.
--SA
Abhinav S 27-May-12 13:20pm    
Thank you SA.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900