MenuContext Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the context in which a context menu is being used.
public enum class MenuContext
public enum MenuContext
type MenuContext =
Public Enum MenuContext
- Inheritance
-
MenuContext
Name | Value | Description |
---|---|---|
ContactListByGroup | 0 | Specifies the menu context of a ContactsList in group-by-group mode |
ContactListByStatus | 1 | Specifies the menu context of a ContactsList in group-by-status mode |
ContactListByRelationship | 2 | Specifies the menu context of a ContactsList in group-by-relationship mode |
CustomContactList | 3 | Specifies the menu context of a CustomContactList |
SearchResult | 4 | Specifies the menu context of a ContactSearchResultList list |
Specifies the context in which a context menu is being used. See ContactList, ContactSearchResultList, or CustomContactList.
Product | Versions |
---|---|
Lync Silverlight | latest |
Lync WPF | latest |