有什么办法去除WS_CLIPCHILDREN (0x02000000L)风格?
通过GetStyle()得到的style是0x50020000L = WS_CHILD|WS_VISIBLE|0x20000L,可见不存在WS_CLIPCHILDREN风格,但实际CLIP效果还是去掉了子窗口区域,导致在父窗口中无法绘制子窗口区域。
Microsoft Windows CE .NET 4.2 帮助文档中是这样写的
WS_CLIPCHILDREN 
Excludes the area occupied by child windows when drawing occurs within the parent window. This style is used on the parent window. Windows CE–based windows always have the WS_CLIPCHILDREN style.是否是指默认包含 WS_CLIPCHILDREN,并且无法去除该风格?请教了~~~~