BB FlashBack SDK: FBExportToAVIParams

ShowOptions

Description

Determines the action taken on passing the FBExportToAVIParams object to FBMovie::ExportToAVI.

Syntax

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

[VB.NET]
Public Property ShowOptions As Boolean

Remarks

If ShowOptions is set to True, and the FBExportToAVIParams object is passed to the FBMovie::ExportToAVI method, a dialog is displayed that enables the user to set export parameters.

If ShowOptions is set to False, and the FBExportToAVIParams object is passed to the FBMovie::ExportToAVI method, the export uses the properties of the FBExportToAVIParams object and does not show the export options dialog.

See Also

FBMovie::ExportToAVI