Gets or sets the maximum allowed size of the file, in KB.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public int MaxSizeKB { get; set; } |
Visual Basic |
---|
Public Property MaxSizeKB As Integer Get Set |
Visual C++ |
---|
public: property int MaxSizeKB { int get (); void set (int value); } |