The ConsoleColor theme for the ProgressBar
ColorTheme
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Terminal.ProgressBar.ColorTheme
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| DefaultTheme | 1 | Default value for optional parameter |
| Default | 1 | The default color theme values |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| IsEmpty | 1 | Test if all of the property value is equals to ZERO(ConsoleColor.Black). |
| BackgroundColor | 1 | |
| ProgressBarColor | 1 | |
| ProgressMsgColor | 1 | |
| MessageDetailColor | 1 |
04 Members
DefaultTheme
Default value for optional parameter
Remarks
2017-11-5
This property will cause bug in reflection.
2017-11-6
Change from property to function to avoid bug caused application crashed
Default
The default color theme values
IsEmpty
Test if all of the property value is equals to ZERO(ConsoleColor.Black).
BackgroundColor
ProgressBarColor
ProgressMsgColor
MessageDetailColor