  | VistaFileDialogValidateNames Property  | 
 
            Gets or sets a value indicating whether the dialog box accepts only valid Win32 file names.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool ValidateNames { get; set; }Public Property ValidateNames As Boolean
	Get
	Set
public:
property bool ValidateNames {
	bool get ();
	void set (bool value);
}member ValidateNames : bool with get, set
Property Value
Type: 
Boolean if the dialog box accepts only valid Win32 file names; otherwise, 
. The default value is 
.
            
See Also