BB FlashBack SDK: FBBlurProperties

ShowOptions

Description

Determines the action taken on passing the FBBlurProperties object to FBEditor::InsertBlur.

Syntax

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

[VB.NET]
Public Property ShowOptions As Boolean

Remarks

If ShowOptions is set to True, and the FBBlurProperties object is passed to the FBEditor::InsertBlur method, a standard dialog for setting blur properties is displayed.

If ShowOptions is set to False, and the FBBlurProperties object is passed to the FBEditor::InsertBlur method, the new blur takes on the properties of the FBBlurProperties object.

See Also

FBEditor::InsertBlur