SubTypeIndex Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

short SubTypeIndex;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the file sub-type, if one exists.

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

See Also

Elements

ShowSaveDlg method