Gets or sets a value indicating whether the progress information is displayed when uploading. The UploadModule must be installed to use this feature.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

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

Field Value

true if [show progress]; otherwise, false.

See Also