[This is preliminary documentation and is subject to change.]
Defines different progressbar styles
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum ProgressBarStyle |
| Visual Basic |
|---|
Public Enumeration ProgressBarStyle |
| Visual C++ |
|---|
public enum class ProgressBarStyle |
| F# |
|---|
type ProgressBarStyle |
| JScript |
|---|
public enum ProgressBarStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Indefinite | 2 | Progressbar does not show actual progresss. It only indicates that something is going on. | |
| Definite | 0 | Progressbar indicates actual progress in form of bar or otherwise | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |
Remarks
Any value different from Indefinite means that progressbar indicates actual progress. When value differes from Definite the style is implementation dependent.