.Net: Why we can't access to some properties of a control programmatically in winforms?

Posted by odiseh on Stack Overflow See other posts from Stack Overflow or by odiseh
Published on 2010-05-15T10:05:13Z Indexed on 2010/05/15 10:14 UTC
Read the original article Hit count: 224

Filed under:
|
|
|
|

hi

.Net: Why we can't access to some properties of a control programmatically in winforms? For example, "Locked" property of a groupbox is not accessible via code. So What Possibly can I do when I want to locked it programmatically ? Using Enabled = False will greyed out all controls within it and this is not what I wanna to be.

Any Suggestions ?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winforms