The supported menus which custom items can be added to.
| C# | Visual Basic |
[FlagsAttribute] public enum ExtensibleMenu
<FlagsAttribute> _ Public Enumeration ExtensibleMenu
| Member | Description |
|---|---|
| CalendarMain |
The main menu in the Calendar application.
|
| CalendarCard |
The menu on an individual Appointment card.
|
| ContactsMain |
The main menu in the Contacts application.
|
| ContactsCard |
The menu on an individual Contact card.
|
| TasksMain |
The main menu in the Tasks application.
|
| TasksCard |
The menu on an individual Task card.
|
| MessageRead |
The menu on the message read form.
Requires Windows Mobile 5.0 |
| MessageList |
The menu on a mail folder listing.
Requires Windows Mobile 5.0 |
| PicturesMain |
The menu on the Pictures & Video thumbnail list
Requires Windows Mobile 5.0 |
| PicturesCard |
The menu on the Picture viewer application.
Requires Windows Mobile 5.0 |