I need to change the scope of a control from friend to public in my user control - what happened to the Modifiers property of a control? I don't see it in the property sheet. How am I supposed to change the scope of my controls now (besides going into the designer file and changing it in the auto-generated code)?
A:
I just verified that the Modifiers row is still present under the Design group in VS2008 with WinForms and C#. I am running VS2008 SP1.
Have you tried switching to alphabetical mode and seeing if it's listed there? Which control are you using (I tried Button)
JaredPar
2009-04-06 13:35:35
It might be there in WinForms and that's where I remember seeing it, but I don't see it with WebForms.
Mike C.
2009-04-06 14:30:03
@Mike C, yes I was definitely refering to WinForms
JaredPar
2009-04-06 15:31:58