OpenImageFileDialog.ValidateNames 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)
Syntaxpublic bool ValidateNames { get; set; }
Public Property ValidateNames As Boolean
Get
Set
Property Value
Type:
Booleantrue 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