Gets or sets the "Cancel all Uploads" message.

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

Syntax

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

Field Value

The "Cancel all Uploads" message.

See Also