Gets or sets a boolean indicating whether Uploader automatically starts uploading as soon as a user selects a file.

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

Syntax

C#
public bool ManualStartUpload { get; set; }
Visual Basic
Public Property ManualStartUpload As Boolean
	Get
	Set
Visual C++
public:
property bool ManualStartUpload {
	bool get ();
	void set (bool value);
}

See Also