C# stop property change at runtime

Posted by petebob796 on Stack Overflow See other posts from Stack Overflow or by petebob796
Published on 2009-05-31T23:27:32Z Indexed on 2010/03/20 21:41 UTC
Read the original article Hit count: 155

Filed under:
|
|

I have been trying to build a user control with some custom properties set in the designer. However the control involves some interop code and settings which shouldn't be adjusted at runtime. Is there a way to stop the values being changed after they have been initially set by the designer code?

© Stack Overflow or respective owner

Related posts about c#

Related posts about usercontrol