all groups > dotnet windows forms designtime > january 2006 >
You're in the

dotnet windows forms designtime

group:

Disable property in design time (as a result of Action)


Disable property in design time (as a result of Action) Sean
1/12/2006 10:38:02 AM
dotnet windows forms designtime:
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
Re: Disable property in design time (as a result of Action) jokiz
1/12/2006 5:14:35 PM
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...
AddThis Social Bookmark Button