I\'m trying to make a TextBox with a button on the right side. My code:
public partial class TextBoxButton : TextBox
{
[Category(\"Button\")]
[Descri
Not sure what you mean by "in the text box". Do you mean you want to have the button covering the right side of the text box, or located to the right of the text box (but not overlapping)?
I'm not sure what your requirements are, but I would probably do this in the Visual Designer rather than try to do it in code: