The InTheHand.Windows namespace provides general "framework" presentation classes for Mobile In The Hand. These classes are analogous to classes that exist in Silverlight.
| C# | Visual Basic |
namespace InTheHand.Windows
Namespace InTheHand.Windows
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| Clipboard |
Provides static methods that facilitate transferring data to and from the system Clipboard.
| |
| MessageBox |
Displays a message box.
| |
| MessageBoxButton |
Specifies the buttons that are displayed on a message box.
Used as an argument of the Show(String, String, MessageBoxButton) method.
| |
| MessageBoxImage |
Specifies the icon that is displayed by a message box.
| |
| MessageBoxResult |
Specifies which message box button that a user clicks.
MessageBoxResult is returned by the Show(String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult) method.
|