开发者

Make parent control draw over child

开发者 https://www.devze.com 2022-12-22 21:56 出处:网络
Is there a way t开发者_如何学编程o make the parent control draw over the children controls when it is invalidated?The only way I know to affect this is to make sure the WS_CLIPCHILDREN window style is

Is there a way t开发者_如何学编程o make the parent control draw over the children controls when it is invalidated?


The only way I know to affect this is to make sure the WS_CLIPCHILDREN window style is turned off. I haven't used this a lot though.


If you are looking to completely draw over the child control, it may be easier to just hide the child control.

0

精彩评论

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