BB FlashBack SDK: FBInsertVideoFileParameters

ShowOptions

Description

Determines the action taken on passing the FBInsertVideoFileParameters object to FBEditor::InsertVideoFile.

Syntax

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

[VB.NET]
Public Property ShowOptions As Boolean

Remarks

If ShowOptions is set to True, a standard dialog for setting textbox properties is displayed.

If ShowOptions is set to False, the insert operation uses the properties defined in the FBInsertVideoFileParameters object.

See Also

FBEditor::InsertVideoFile