Gets or sets the "file type not support" message.

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

Syntax

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

Field Value

The "file type not support" message.

See Also