Property ReadOnly(true)

knappster

Active member
Joined
Nov 13, 2006
Messages
42
Programming Experience
Beginner
Hi,
I have a few properties that are displayed in the property window at design time. I've noticed that you can set a property to read only in code by doing, for example, [Browsable(true), ReadOnly(true)]. But what I want to do is that when one of my properties is changed to a certain value, another property is set to read only, and when it's changed back then the read only is removed. Is this possible??
Cheers.
 
Back
Top