BB FlashBack SDK: FBTransitionProperties

ShowOptions

Description

Determines the action taken on passing the FBTransitionProperties object to FBEditor::InsertTransition.

Syntax

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

[VB.NET]
Public Property ShowOptions As Boolean

Remarks

If ShowOptions is set to True, and the FBTransitionProperties object is passed to the FBEditor::InsertTransition method, a standard dialog for setting transition properties is displayed.

If ShowOptions is set to False, and the FBTransitionProperties object is passed to the FBEditor::InsertTransition method, the new transition takes on the properties of the FBTransitionProperties object.

See Also

FBEditor::InsertTransition