TypeIndex Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

short TypeIndex;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the file type.

When the ShowSaveDlg method returns, this property will be updated with the file type entered by the user through the dialog. Set this property before calling ShowSaveDlg to initialize the dialog. For example, to set the initial selection to the "LEAD (*.cmp)" file type, set this property to DLG_FF_SAVE_LEAD. For a list of possible values, refer to Customizing File Format Lists.

See Also

Elements

ShowSaveDlg method