| VistaFileDialogAddExtension Property |
Gets or sets a value indicating whether the dialog box automatically adds an extension to a file name
if the user omits the extension.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AddExtension { get; set; }
Public Property AddExtension As Boolean
Get
Set
public:
property bool AddExtension {
bool get ();
void set (bool value);
}
member AddExtension : bool with get, set
Property Value
Type:
Boolean if the dialog box adds an extension to a file name if the user omits the extension; otherwise,
.
The default value is
.
See Also