EnableShowPreview Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableShowPreview;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that indicates whether to show the Preview window in the Open dialog box, if OPEN_SHOW_PREVIEW is set in the UIFlags property. Possible values are:

Setting

Description

VARIANT_TRUE

View the preview window.

VARIANT_FALSE

Hide the preview window.

See Also

Elements

ShowOpenDlg method