ApplicationEvents_11_SinkHelper.ItemContextMenuDisplay Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Overridable Sub ItemContextMenuDisplay ( _
param0 As CommandBar, _
param1 As Selection _
)
'Usage
Dim instance As ApplicationEvents_11_SinkHelper
Dim param0 As CommandBar
Dim param1 As Selection
instance.ItemContextMenuDisplay(param0, _
param1)
public virtual void ItemContextMenuDisplay(
CommandBar param0,
Selection param1
)
Parameters
- param0
Type: Microsoft.Office.Core.CommandBar
- param1
Type: Microsoft.Office.Interop.Outlook.Selection
Implements
ApplicationEvents_11.ItemContextMenuDisplay(CommandBar, Selection)
See Also
Reference
ApplicationEvents_11_SinkHelper Class