AllowFileName
            
        
        Namespace: CuteEditor.DialogsAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# | 
|---|
protected virtual bool AllowFileName( string filename )  | 
| Visual Basic | 
|---|
Protected Overridable Function AllowFileName ( _ filename As String _ ) As Boolean  | 
| Visual C++ | 
|---|
protected: virtual bool AllowFileName( String^ filename )  | 
Parameters
- filename
 - Type: System..::..String