Connection string design-time editor
I'd like to create a user control that has a connection string property that allows the user to setup a connection at design time in the same fashion as in Project settings or TableAdapters.
When a someone adds this control to their form, there will be a property called ConnectionString that when it is clicked (via the Properties grid), it will bring up the Connection Properties dialog box.
I'd like to know if this is possible using ComponentModel attributes, and if so, which one?
Thanks,
J

