The InTheHand.WindowsMobile.Status namespace provides classes, and enumerations that provide access to system properties.
| C# | Visual Basic |
namespace InTheHand.WindowsMobile.Status
Namespace InTheHand.WindowsMobile.Status
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| ActiveSyncStatus |
This enum is used with ActiveSyncStatus.
| |
| BatteryLevel |
This enum is used with PowerBatteryStrength.
| |
| BatteryState |
This enum is used with PowerBatteryState.
| |
| ChangeEventArgs |
Arguments used when a Changed event occurs.
| |
| ChangeEventHandler |
Represents the method that will handle the Changed event.
| |
| LockStates |
This enum is used with LockStates.
| |
| RegistryState |
Defines the state of a registry key (that is, the key name, the names of its values, and the data contained in its values).
| |
| StateBase |
The abstract base of a State class.
You can use State classes to query system state values, and then be notified when changes occur.
| |
| StateException |
The exception that is thrown when an attempt to change a registry value fails (that is, when Change Registration fails).
| |
| StatusComparisonType |
Specifies the types of comparison operations used in status events.
| |
| SystemProperty |
Specifies the device-wide system properties.
| |
| SystemState |
Gives the ability to get the current value of a system state.
|