BB FlashBack SDK: FBBitmapProperties

ShowOptions

Description

Determines the action taken on passing the FBBitmapProperties object to FBEditor::InsertImage.

Syntax

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

[VB.NET]
Public Property ShowOptions As Boolean

Remarks

If ShowOptions is set to True, and the FBBitmapProperties object is passed to the FBEditor::InsertImage method, a standard dialog for selecting and editing image properties is displayed, allowing a user to select an image file and change the image properties as required.

If ShowOptions is set to False, and the FBBitmapProperties object is passed to the FBEditor::InsertImage method, the image file specified by the Name property will be inserted and its properties set to those specified by the FBBitmapProperties object.

See Also

FBBitmapProperties::Name  FBEditor::InsertImage