Hello,
I'm trying to figure out how to disable a certain property of control when a
certain event occured (like an action is executed from ActionsList).
Thank you.
PS: I'm buiding ASP.NET control, but I believe the idea is prety much the
same.
jokiz - 13 Jan 2006 01:14 GMT
in 1.1, the propertygrid is just using reflection throught
TypeDescriptor. If i can remember it correctly, I just implement
ICustomTypeDescriptor with my component and alter the Browsable
attribute of the affected property...