开发者

How can I make a transparent ComboBox?

开发者 https://www.devze.com 2023-03-04 03:43 出处:网络
I want to make a clear ComboBox. How do I do thi开发者_开发问答s?You will have to override Paint and draw the control yourself.I posted an article on CodeProject on how to take over the drawing of com

I want to make a clear ComboBox. How do I do thi开发者_开发问答s?


You will have to override Paint and draw the control yourself.


I posted an article on CodeProject on how to take over the drawing of combo box to paint a flat border. It is not specifically about transparency drawing that you are after but hopefully offer a good starting point

http://www.codeproject.com/KB/combobox/ComboBox_appears_flat.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消