ApplicationEvents_11.ViewContextMenuDisplay 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 ViewContextMenuDisplay ( _
CommandBar As CommandBar, _
View As View _
)
'Usage
Dim instance As ApplicationEvents_11
Dim CommandBar As CommandBar
Dim View As View
instance.ViewContextMenuDisplay(CommandBar, _
View)
[DispIdAttribute()]
[TypeLibFuncAttribute()]
void ViewContextMenuDisplay(
CommandBar CommandBar,
View View
)
Parameters
- CommandBar
Type: Microsoft.Office.Core.CommandBar
- View
Type: Microsoft.Office.Interop.Outlook.View