I have created a class based on the forms.button class. Adding the control to the Toolbox, I can add the control to my forms. The problem is that I have a property called 'Mode' that changes the control's other properties as needed. For example, while in the design window, if I set the Mode property to <something>, I want to automatically set the said control's Enabled property to false. It works because I can run the app and the control is in fact disabled but while in design mode the Enabled property still shows True. I can change just about any other property in the same way and the change is reflected in the control's property window just the Enabled property fails to refresh. I am relatively new to VS 2005 so forgive me if this doesn't make sense but is it me, by design, a bug and if so, any workarounds
Thanks,
Robert