_Application.Help(Object) Method

Definition

Displays on-line Help information.

public:
 void Help(System::Object ^ % HelpType);
public void Help (ref object HelpType);
abstract member Help : obj -> unit
Public Sub Help (ByRef HelpType As Object)

Parameters

HelpType
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.

Applies to