Click or drag to resize

OpenImageFileDialogValidateNames Property

Gets or sets a value indicating whether the dialog box accepts only valid Win32 file names.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool ValidateNames { get; set; }

Property Value

Type: Boolean
true if the dialog box accepts only valid Win32 file names; otherwise, false. The default value is true.
Remarks
If the edit control contains anything but spaces when the user clicks OK, the dialog returns the file name, whether it is valid or not. No default extension is added to the text.
See Also