_Global.Help(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 WdHelpType constant.
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.