Task.Activate Method

Activates the Task object.

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

Syntax

'Declaration
Sub Activate ( _
    ByRef Wait As Object _
)
'Usage
Dim instance As Task
Dim Wait As Object

instance.Activate(Wait)
void Activate(
    ref Object Wait
)

Parameters

  • Wait
    Type: System.Object%
    Optional Object. True to wait until the user has activated Microsoft Word before activating the task. False to immediately activate the task, even if Word isn't active.

See Also

Reference

Task Interface

Task Members

Microsoft.Office.Interop.Word Namespace