BB FlashBack SDK: FBBitmapProperties

WaitClick

Description

This property determines whether displaying this bitmap causes movie playback to pause, and wait for the user to click the mouse in the movie area before continuing.

When this property is set to True, the movie pauses when the bitmap is displayed, and the Duration property is ignored.

Defaults to False.

Syntax

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

[VB.NET]
Public Property WaitClick As Boolean

Remarks

See Also

FBBitmapProperties::Duration