Excalibur Software PropertyList 3.0

DialogFlags

Public DialogFlags As ComDlgFlags

Description
Specifies the CommonDialog flags to use in the dialog if the item is of type File or Font. Otherwise, this property has no effect.
Valid values for this property are:

File flags:
ExFileAllowMultiSelect
ExFileCreatePrompt
ExFileEnableHook
ExFileEnableTemplate
ExFileEnableTemplateHandle
ExFileExplorer
ExFileExtensionDifferent
ExFileFileMustExist
ExFileHideReadOnly
ExFileLongNames
ExFileNoChangeDir
ExFileNoDereferenceLinks
ExFileNoLongNames
ExFileNoNetworkButton
ExFileNoReadOnlyReturn
ExFileNoTestFileCreate
ExFileNoValidate
ExFileOverwritePrompt
ExFileReadOnly
ExFilePathMustExist
ExFileShareAware
ExFileShareFallthrough
ExFileShareNoWarn
ExFileShareWarn
ExFileShowHelp
Font flags:
ExFontPrinterFonts
ExFontScreenFonts
ExFontBoth
ExFontNoVectorFonts
ExFontNoVertFonts
ExFontTTOnly
ExFontWysiwyg
ExFontInitToLogFontStruct
ExFontNoFaceSel
ExFontNoSizeSel
ExFontNoStyleSel

These flags are explained in-depth in the Visual Basic documentation for the CommonDialog control (the Flags property).

Remarks
If you add a property of type ExPropFileDlg to the Properties collection, the DialogFlags of the item will default to ExFileExplorer + ExFileHideReadOnly. If a property is added of type ExPropFontDlg, DialogFlags defaults to ExFontScreenFonts + ExFontInitToLogFontStruct. Otherwise, this value defaults to 0.