Specifies the context in which a context menu is being used.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Enumeration MenuContext
'Usage
Dim instance As MenuContext
public enum MenuContext
Members
| Member name | Description | |
|---|---|---|
| ContactListByGroup | Specifies the menu context of a ContactsList in group-by-group mode | |
| ContactListByStatus | Specifies the menu context of a ContactsList in group-by-status mode | |
| ContactListByRelationship | Specifies the menu context of a ContactsList in group-by-relationship mode | |
| CustomContactList | Specifies the menu context of a CustomContactList | |
| SearchResult | Specifies the menu context of a ContactSearchResultList list |
Remarks
Specifies the context in which a context menu is being used. See ContactList, ContactSearchResultList, or CustomContactList.