BB FlashBack SDK: FBTextBoxProperties

TextTime

Description

Returns or sets the number of milliseconds the text box is displayed for during movie playback.

Syntax

[C#/C++]
public long TextTime;

[VB.NET]
Public Property TextTime As Long

Remarks

When the WaitClick property is set to True, the TextTime property is ignored. Movie playback pauses when the text box is displayed and continues when the user clicks the mouse in the movie area.

Set TextTime to -1 and call FBTextBoxes::DistributeTextBoxes to have each text box displayed until the start frame of the next box.

See Also

FBTextBoxProperties::WaitClick  FBTextBoxes::DistributeTextBoxes