BB FlashBack SDK: FBButtonProperties

JumpTo

Description

Specifies the frame, marker or object the button will trigger a jump to when clicked.

Syntax

[C#/C++]
public Long JumpTo;

[VB.NET]
Public Property JumpTo As Long

Remarks

When the Action property is set to '3' (jump to frame) the JumpTo property indicates the frame the button will jump to.

When the Action property is set to '4' (jump to marker) the JumpTo property indicates the ID of the marker the button will jump to.

When the Action property is set to '5' (jump to object) the JumpTo property indicates the ID of the object the button will jump to.

 

See Also

FBButtonProperties::Action