 | 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)
Syntaxpublic bool SupportMultiDottedExtensions { get; set; }
Public Property SupportMultiDottedExtensions As Boolean
Get
Set
public:
property bool SupportMultiDottedExtensions {
bool get ();
void set (bool value);
}
member SupportMultiDottedExtensions : bool with get, set
Property Value
Type:
Booleantrue if the dialog box supports multiple file name extensions; otherwise,
false. The default is
false.
See Also