ApplicationEvents_11.ItemContextMenuDisplay Method
This object, member, or enumeration is deprecated and is not intended to be used in your code.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
<TypeLibFuncAttribute()> _
Sub ItemContextMenuDisplay ( _
CommandBar As CommandBar, _
Selection As Selection _
)
'Usage
Dim instance As ApplicationEvents_11
Dim CommandBar As CommandBar
Dim Selection As Selection
instance.ItemContextMenuDisplay(CommandBar, _
Selection)
[DispIdAttribute()]
[TypeLibFuncAttribute()]
void ItemContextMenuDisplay(
CommandBar CommandBar,
Selection Selection
)
Parameters
- CommandBar
Type: Microsoft.Office.Core.CommandBar
- Selection
Type: Microsoft.Office.Interop.Outlook.Selection