BB FlashBack SDK: FBExportToEXEParams

ShowOptions

Description

Determines the action taken on passing the FBExportToEXEParams object to FBMovie::ExportToEXE.

Syntax

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

[VB.NET]
Public Property ShowOptions As Boolean

Remarks

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

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

See Also

FBMovie::ExportToEXE