BB FlashBack SDK: FBRecorder

DisableShowWinContents

Description

Determines whether the Windows setting called 'Show window contents while dragging' is disabled during recording.

If set to True, an outline will be displayed during window resize/move operations. If set to False, the current Windows settings will be used, which may mean that window contents expand and contract dynamically during resize operations.

Showing window contents during move and resize operations will result in more images being saved to the movie file and therefore larger movie files.

 

Syntax

[C#/C++]
public: Bool DisableShowWinContents

[VB.NET]
Public Property DisableShowWinContents As Boolean

Remarks

Setting this property to false conserves output file size.

See Also

SetPlainWallpaper property, TurnOffUIEffects property, InstallDriver method