IApplicationEvents3.WindowActivate Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub WindowActivate ( _
Doc As Document, _
Wn As Window _
)
'Usage
Dim instance As IApplicationEvents3
Dim Doc As Document
Dim Wn As Window
instance.WindowActivate(Doc, Wn)
void WindowActivate(
Document Doc,
Window Wn
)
Parameters
- Doc
Type: Microsoft.Office.Interop.Word.Document
- Wn
Type: Microsoft.Office.Interop.Word.Window