User control problem
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have a user control and I don't want some properties automatically generate value by the designer. I search MSDN and just see that I can use DesignOnlyAttribute class but it is not suitable for my situation. How could I do that? Thank for your help.
-
I have a user control and I don't want some properties automatically generate value by the designer. I search MSDN and just see that I can use DesignOnlyAttribute class but it is not suitable for my situation. How could I do that? Thank for your help.