1

I have TextBox with TextBox.BackColor = Transparent;

I need to do for example but in WinForms how to add dropshadoweffect to just the text of a textbox (programmatically)

Community
  • 1
  • 1
mzk
  • 107
  • 6

1 Answers1

1

You can't set the background color 'Transparent' in textbox directly. Please refer the enclosed the URL to accomplish your task : Transparency for windows forms textbox

Community
  • 1
  • 1
Bala
  • 618
  • 5
  • 21