Can a Toolstrip and Toolstrip Textbox have the same color?

90 Views Asked by At

I am using a Toolstrip on a Windows Form. On this Toolstrip I placed a Textbox. I am not able to give the Textbox the same color as the Toolstrip and BackColor transparent is not possible.

Toolstrip BackColor = Control and Textbox BackColor = ControlLightLight.

1

There are 1 best solutions below

0
Marco On BEST ANSWER

I changed from Textbox to Label. Since I am just trying to display some text the label works fine and the BackColor can be set to Transparent.