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

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.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