How to add a placeholder to a c# winform control?
When control lost focus and control text is null, I would like the placeholder to appear.
When textbox is UsePasswordChar true, It still shows the placeholder (in clear text), and when the user starts to write, it shows password characters.
Any idea?

