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

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