The InTheHand.WindowsMobile.Extensibility namespace provides classes that allow you to create custom menu extensions for Windows Mobile applications which can optionally launch applications to process their events. In previous versions this namespace was named InTheHand.WindowsMobile.PocketOutlook.ContextMenus.
| C# | Visual Basic |
namespace InTheHand.WindowsMobile.Extensibility
Namespace InTheHand.WindowsMobile.Extensibility
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| ExtensibleMenu |
The supported menus which custom items can be added to.
| |
| MenuExtension |
Raises an event when custom menu item is selected.
| |
| MenuExtensionEventArgs |
Defines the message data for the Click event.
| |
| MenuExtensionEventHandler |
Represents the method that will handle the Click event.
|