Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
415
Disable 'Quick Start' dialog
posted

We have a user-defined form editor in our app based on the standard MS DesignSurface component. I am trying to implement a simple grid-based component derived from UltraWinGrid.

Unfortunately whenever the WinGrid is dropped on a design surface it pops up the 'quick start' dialog.

This is fine for Visual Studio (especially as you can change the preferences to stop it) but not to useful in runtime design (end user) environment.

Is there a way to programatically disable/inhibit the quick start dialog?

(I want to avoid embedding it in a user control if possible)