BB FlashBack SDK: FBTextBoxProperties

WaitClick

Description

Determines whether displaying this text box causes movie playback to pause, and wait for the user to click the mouse in the movie area before continuing.

Syntax

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

[VB.NET]
Public Property WaitClick As Boolean

Remarks

When this property is set to True, the movie pauses when the text box is displayed, and the TextTime property is ignored.

See Also

FBTextBoxProperties::TextTime