BB FlashBack SDK: FBButtonProperties

Pause

Description

Sets and gets whether the movie will pause at the button.
 

Syntax

[C#/C++]
public Bool Pause

[VB.NET]
Public Property Pause As Boolean
 

Remarks

If this property is set to True, a Pause object will be created in the same frame as the button and movie playback will pause at the frame. The PauseId property will contain the ID of the Pause object.

See also

FBButtonProperties:PauseId