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