BB FlashBack SDK: FBMarkerProperties

ShowOptions

Description

Determines the action taken on passing the FBMarkerProperties object to FBEditor::InsertMarker.

Syntax

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

[VB.NET]
Public Property ShowOptions As Boolean

Remarks

If ShowOptions is set to True, and the FBMarkerProperties object is passed to the FBEditor::InsertMarker method, a standard dialog for setting marker properties is displayed.

If ShowOptions is set to False, and the FBMarkerProperties object is passed to the FBEditor::InsertMarker method, the new marker takes on the properties of the FBMarkerProperties object.

See Also

FBEditor::InsertMarker