Specifies the style that a ProgressBar uses to indicate the progress of an operation.

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

Syntax

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

See Also