Edit text during design-time
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I'm creating a component inherit from Panel under the .NET Framework 2.0 in C#. This component have a title bar in which I draw a text. I would like to allow other developper who will use my component to edit this text directly via the designer and not only by the propertygrid. For exemple, I would like to do the same thing than in a Menu where you can write the title of your MenuItems in the designer. Is there anybody can help me ?