Defines identifiers that indicate the current battery charge level or charging state information.
| C# | Visual Basic |
[FlagsAttribute] public enum BatteryChargeStatus
<FlagsAttribute> _ Public Enumeration BatteryChargeStatus
| Member | Description |
|---|---|
| High |
Indicates a high level of battery charge.
|
| Low |
Indicates a low level of battery charge.
|
| Critical |
Indicates a critically low level of battery charge.
|
| Charging |
Indicates a battery is charging.
|
| NoSystemBattery |
Indicates that no battery is present.
|
| Unknown |
Indicates an unknown battery condition.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|
This enumeration is used by the BatteryChargeStatus property of the PowerStatus class.