Button or Label Lock in C#
Hello,
In Visual Studio.net IDE you have the property called "Locked" for locking the control so that the user at runtime cannot resize at run time, but programmatically in C# how do you access that property for buttons or labels.