我还是不理解这段话.msdn中的

来源:百度知道 编辑:UC知道 时间:2024/09/22 01:33:54
Clip siblings
Clips child windows relative to each other; that is, when a particular child window is repainted, this style clips all other top-level child windows out of the region of the child window to be updated.
If Clip siblings is False and if child windows overlap, it is possible, when drawing in the client area of a child window, to draw in the client area of a neighboring child window.

Clip siblings is used with child windows only.

Type: Bool.

这段内容我没有见过,不过我估计大体意思是这样的

Clip siblings(同级窗口关联):
关联的同级子窗口互相影响;当一个特定的子窗口重绘的时候,在该子窗口显示区域之外的被关联的其他最顶层子窗口都会被更新。
如果该选项是False并且这些子窗口互相交叠,当重画某一子窗口的显示区域的时候,也可能会重绘相邻子窗口的显示区域。
该选项只有子窗口适用。
类型:bool