Gets or sets the "File too large" message.
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public string FileTooLargeMsg { get; set; } | 
| Visual Basic | 
|---|
| Public Property FileTooLargeMsg As String Get Set | 
| Visual C++ | 
|---|
| public: property String^ FileTooLargeMsg { String^ get (); void set (String^ value); } | 
 
     
     
     
     
    