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 enum ProgressBarType
Visual Basic
Public Enumeration ProgressBarType
Visual C++
public enum class ProgressBarType

Members

Member nameValueDescription
Blocks0 Indicates progress by increasing the number of segmented blocks in a ProgressBar.
Continuous1 Indicates progress by increasing the size of a smooth, continuous bar in a ProgressBar.

See Also