I\'m trying to make a TextBox with a button on the right side. My code:
public partial class TextBoxButton : TextBox { [Category(\"Button\")] [Descri
Instead of adding Button into the TextBox, use some container (Control or UserControl and add the TextBox and Button in in).