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

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.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