rbulph Posted March 10, 2006 Posted March 10, 2006 With a user control, or a class which inherits a control, how can I tell if the New() event is occurring in a designer at design time, or is occuring at run time? Quote
Talyrond Posted March 10, 2006 Posted March 10, 2006 Not sure if this is what you need: If Me.DesignMode Then MessageBox.Show(" I am in design mode!") End If Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.