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 virtual bool ManualStartUpload { get; set; }
Visual Basic
Public Overridable Property ManualStartUpload As Boolean
	Get
	Set
Visual C++
public:
virtual property bool ManualStartUpload {
	bool get ();
	void set (bool value);
}

See Also