The supported menus which custom items can be added to.
| C# | Visual Basic |
[FlagsAttribute] public enum ExtensibleMenu
<FlagsAttribute> _ Public Enumeration ExtensibleMenu
| Member | Description |
|---|---|
| ActiveSync |
The ActiveSync Connect menu.
|
| 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.
|
| MessageList |
The menu on a mail folder listing.
|
| PicturesMain |
The menu on the Pictures & Video thumbnail list.
|
| PicturesCard |
The menu on the Picture viewer application.
|
| MessageReadEmail |
The Email read dialog.
|
| MessageReadSms |
The Sms read dialog.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|
| Requirements | |
|---|---|
| Windows Mobile | Windows Mobile Version 5.0 and later |