In The Hand LtdIn The Hand
BatteryChargeStatus Enumeration
NamespacesInTheHand.Windows.FormsBatteryChargeStatus
.NET Components for Mobility
Defines identifiers that indicate the current battery charge level or charging state information.
Declaration Syntax
C#Visual Basic
[FlagsAttribute]
public enum BatteryChargeStatus
<FlagsAttribute> _
Public Enumeration BatteryChargeStatus
Members
MemberDescription
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.

Remarks
This enumeration is used by the BatteryChargeStatus property of the PowerStatus class.

Assembly: InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0