The InTheHand.Windows.Forms namespace contains classes for creating Windows-based applications.
| C# | Visual Basic |
namespace InTheHand.Windows.Forms
Namespace InTheHand.Windows.Forms
| All Types | Classes | Interfaces | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| ApplicationHelper |
Provides properties which extend the Application class.
| |
| AuthenticationDialog |
The AuthenticationDialog class launches the Authentication dialog which prompts the user for a username/password.
| |
| BatteryChargeStatus |
Defines identifiers that indicate the current battery charge level or charging state information.
| |
| ButtonState |
Specifies the appearance of a button.
| |
| CaptionButton |
Specifies the type of caption button to display.
| |
| ComboBoxHelper |
Provides supporting methods for ComboBox.
| |
| ControlHelper |
Provides supporting methods for Control.
| |
| ControlPaint |
Provides methods used to paint common Windows controls and their elements.
| |
| CreateParams |
Encapsulates the information needed when creating a control.
| |
| CustomListView |
An enhanced ListView which supports custom drawing of individual ListViewItems.
| |
| DrawListViewItemEventArgs |
Provides data for the DrawItem event.
| |
| DrawListViewItemEventHandler |
Represents the method that will handle the DrawItem event of a CustomListView.
| |
| Help |
Provides Help support for all Windows Mobile platforms.
| |
| IMessageFilter |
Defines a message filter interface.
| |
| InputScopeHelper |
Adds the InputScopeName property to System.Windows.Forms controls.
| |
| ItemBoundsPortion |
Specifies a portion of the list view item from which to retrieve the bounding rectangle.
| |
| ListBoxHelper |
Provides supporting methods for ListBox.
| |
| ListViewHelper |
Provides supporting methods for ListView.
| |
| ListViewItemStates |
Defines constants that represent the possible states of a ListViewItem.
| |
| MethodInvoker |
Represents a delegate that can execute any method in managed code that is declared void and takes no parameters.
| |
| MetroTextBox |
A Windows Phone styled TextBox with automatic InputPanel control.
| |
| NativeWindow |
Provides a low-level encapsulation of a window handle and a window procedure.
| |
| OpenFileDialog |
Represents an enhanced OpenFileDialog which supports devices without touch-screens.
| |
| PowerLineStatus |
Specifies the system power status.
| |
| PowerStatus |
Indicates current system power status information.
| |
| ScrollButton |
Specifies the type of scroll arrow to draw on a scroll bar.
| |
| SendKeys |
Provides methods for sending keystrokes to an application.
| |
| SignatureCapture |
A control for capturing signature entry.
| |
| SystemInformationHelper |
Provides information about the current system environment.
| |
| TabControlHelper |
Provides helper methods for the TabControl on Windows Mobile 6.5.
| |
| TextBoxHelper |
Provides supporting methods for TextBox.
|