Gets or sets a value indicating whether the progress bar is displayed. 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 ShowProgressBar { get; set; }
Visual Basic
Public Property ShowProgressBar As Boolean
	Get
	Set
Visual C++
public:
property bool ShowProgressBar {
	bool get ();
	void set (bool value);
}

Field Value

true if [show progress]; otherwise, false.

See Also