EnableShowLoadOptions Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableShowLoadOptions;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that indicates whether to show the load options when pressing the Open button on the Open dialog box. Possible values are:

Setting

Description

VARIANT_TRUE

Show the load options when pressing the Open button, and check the Show Load Options check box. This will occur whether or not OPEN_SHOW_LOADOPTIONS is set in DlgFlags.

VARIANT_FALSE

Don’t show the load options when pressing the Open button, and uncheck the Show Load Options check box.

See Also

Elements

ShowOpenDlg method