user controls - opacity usercontrol c#.net 3.5 -


why not user control have 'opacity' property? how can use set property on user control?

for winforms

to make usercontrol transparent, have give ws_ex_transparent style, override onpaintbackground method draw background opacity, , invalidates parent redraw control whenever need update graphics


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -