_Application.Help Method

Displays on-line Help information.

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

Syntax

'Declaration
Sub Help ( _
    ByRef HelpType As Object _
)
'Usage
Dim instance As _Application
Dim HelpType As Object

instance.Help(HelpType)
void Help(
    ref Object HelpType
)

Parameters

  • HelpType
    Type: System.Object%
    Required Object. The on-line Help topic or window. Can be any of the WdHelpType constants.

Remarks

Some of the WdHelpType constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace