InitializeComponent()
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi there I have a problem where the designer does not support manipulating my third party controls. They can be manipulated programatically with ease. However i would like to exploit the designer for at least previewing the changes. What i initially wanted to do was insert a method call into InitializeComponent() so that my changes would be picked up in the designer for previewing. But i guess this isn't the way to go? Anyone any thoughts? or suggestions on how i could achieve this? Cheers Richard J