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

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