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
C# |
---|
public enum MenuContext |
Members
Member 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
|
Remarks
Specifies the context in which a context menu is being
used. See
ContactList,
ContactSearchResultList, or
CustomContactList.