BB FlashBack SDK: FBTextBoxProperties

ShowOptions

Description

Determines the action taken on passing the FBTextBoxProperties object to FBEditor::InsertTextBox.

Syntax

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

[VB.NET]
Public Property ShowOptions As Boolean

Remarks

If ShowOptions is set to True, and the FBTextBoxProperties object is passed to the FBEditor::InsertTextBox method, a standard dialog for setting textbox properties is displayed.

If ShowOptions is set to False, and the FBTextBoxProperties object is passed to the FBEditor::InsertTextBox method, the new textbox takes on the properties of the FBTextBoxProperties object.

See Also

FBEditor::InsertSound