IApplicationEvents2.WindowBeforeRightClick Method

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub WindowBeforeRightClick ( _
    Sel As Selection, _
    ByRef Cancel As Boolean _
)
'Usage
Dim instance As IApplicationEvents2
Dim Sel As Selection
Dim Cancel As Boolean

instance.WindowBeforeRightClick(Sel, _
    Cancel)
void WindowBeforeRightClick(
    Selection Sel,
    ref bool Cancel
)

Parameters

See Also

Reference

IApplicationEvents2 Interface

IApplicationEvents2 Members

Microsoft.Office.Interop.Word Namespace