O
ORC
This is my first custom control in C# (.NET) so sorry for my ignorance if
this question seems to have an obvious answer. I have made a custom control
that Inherites a TextBox. I want to add the control to the Toolbox in both
the "Normal" editor and the "Small devices" editor. How should I do that,
and is there anything I must include in my code in order to have it visible
in design mode or does the TextBox handle that?
Thank you for your help!
Ole
this question seems to have an obvious answer. I have made a custom control
that Inherites a TextBox. I want to add the control to the Toolbox in both
the "Normal" editor and the "Small devices" editor. How should I do that,
and is there anything I must include in my code in order to have it visible
in design mode or does the TextBox handle that?
Thank you for your help!
Ole