| VistaFileDialogSupportMultiDottedExtensions 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; }
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:
Boolean if the dialog box supports multiple file name extensions; otherwise,
. The default is
.
See Also