EnableShowFullPath Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableShowFullPath;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that indicates whether the "Full path" box was checked in the FileConversion dialog box and whether to view the file name and path in the source File(s) list or just the file name. Possible values are:

Setting

Description

VARIANT_TRUE

The "Full path" check box was checked and the file name and the path will be displayed in the Source Files List.

VARIANT_FALSE

The "Full path" check box was not checked and only the file name will be displayed in the Source Files List.

See Also

Elements

ShowFileConversionDlg method