Stopping User Control executing in Designer
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi there I have a user control which when placed on a form in the designer - appears to be running. A flashing cursor appears within one of the controls. Is there a property or attribute i should be using to stop this behaviour? Cheers Rich
You can use the
DesignMode
property (boolean) Check this blog post[^] for more information.
Hesham A. Amin blog