Composited

concerns

 

Type

Read/Write

Boolean

Yes/Yes

The Composited property determines how to update the window contents.

If False, each control is updated individually. This leads to flickering in transparent areas in the controls. This mode should be avoided.

If True, the window content is drawn double buffered. This leads to mostly flicker free updates.

The initial setting is True.