I am creating a custom control, and I need to create a Design-Time property. I don't want the user of my control to change the values during runtime, just during design time. How would you do that? I am sure there is a key word somewhere that I am missing...
I am working in C#, but if anyone can give me an example in VB.Net, that would work also.
