Click or drag to resize

VistaFileDialog.SupportMultiDottedExtensions Property

Gets or sets whether the dialog box supports displaying and saving files that have multiple file name extensions.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool SupportMultiDottedExtensions { get; set; }

Property Value

Type: Boolean
true if the dialog box supports multiple file name extensions; otherwise, false. The default is false.
See Also