Gets or sets the message for windows file browse dialog 32K file name length limitation.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public string WindowsDialogLimitMsg { get; set; }
Visual Basic
Public Property WindowsDialogLimitMsg As String
	Get
	Set
Visual C++
public:
property String^ WindowsDialogLimitMsg {
	String^ get ();
	void set (String^ value);
}

Field Value

Unable to select so many files at once. The total file name length cannot exceed 32kb.

See Also