BB FlashBack SDK: FBRecorder

CaptureLayeredWindows

Description

Some applications use 'layered' windows, typically for translucent windows but also for things like the Office 2007/2010 "Office Menu" accessed from the top left corner button. These layered windows are only recorded when the CaptureLayeredWindows property is set to true.

If the property is set to false (the default) layered windows are not recorded - they are invisible in the recorded movie.

Setting this property to true can cause cursor flicker. It is not used at all in capture driver mode recording.
 

Syntax

[C#/C++]
public Bool CaptureLayeredWindows;

[VB.NET]
Public Property CaptureLayeredWindows As Boolean