BB FlashBack SDK: FBSoundProperties

ShowOptions

Description

Determines the action taken on passing the FBSoundProperties object to FBEditor::InsertSound.

Syntax

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

[VB.NET]
Public Property ShowOptions As Boolean

Remarks

If ShowOptions is set to True, and the FBSoundProperties object is passed to the FBEditor::InsertSound method, a standard dialog for selecting a sound file is displayed.

If ShowOptions is set to False, and the FBSoundProperties object is passed to the FBEditor::InsertSound method, the new sound takes on the properties of the FBSoundProperties object.

See Also

FBEditor::InsertSound