Formats Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

BSTR Formats;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the string that specifies the filter(s) to be associated or de-associated and the filter pattern for the FilesAssociation dialog box. This should be set in the following way:

All Files|*.*

To use more than one filter:All Files|*.*|JPEG|*.jpg|Windows BMP|*.bmp|LEAD|*.cmp

See Also

Elements

ShowFilesAssociationDlg method, SelectedExt property, ServerApplicationName property