Hi all
I want to create my own control like a textbox with more properties...

I know that I should use "Inherits the textbox" but don't understand how?

I've tried to create a usercontrol and inside a textbox... but I couldn't change the size of the textbox inside the usercontrol...

So I tried to created my own class and inherits the textbox class... and add my properties that I need...

I want to be able to drag from the toolbox my control and the idea is that it will look and behave like the textbox but with my additional properties and methods... thanks