I have a user control which normally displays a large amount of data from an application.
This is similar to an excel chart.
When I drop this control onto a form, I want to put some dummy data in, so that properties can be previewed. I can't see how (within the control code) to determine that the control is in design mode.
How can this be determined?
Trev