System.Windows.Forms.BatteryChargeStatus Enumeration

Defines identifiers that indicate the current battery charge level or charging state information.

Syntax

[System.Flags]
public enum BatteryChargeStatus

Remarks

This enumeration is used by the PowerStatus.BatteryChargeStatus property of the System.Windows.Forms.PowerStatus class.

Members

Member NameDescription
Charging

Indicates a battery is charging.

Critical

Indicates a critically low level of battery charge.

High

Indicates a high level of battery charge.

Low

Indicates a low level of battery charge.

NoSystemBattery

Indicates that no battery is present.

Unknown

Indicates an unknown battery condition.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0