Specifies the style that a ProgressBar uses to indicate the progress of an operation.
Namespace: RTEAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Blocks | 0 | Indicates progress by increasing the number of segmented blocks in a ProgressBar. | |
| Continuous | 1 | Indicates progress by increasing the size of a smooth, continuous bar in a ProgressBar. |