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