_Application.HelpTool Method
Changes the pointer from an arrow to a question mark, indicating that you'll get context-sensitive Help information about the next command or screen element you click.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub HelpTool
'Usage
Dim instance As _Application
instance.HelpTool()
void HelpTool()
Remarks
If you click text, Microsoft Word displays a box describing current paragraph and character formats. Pressing ESC turns the pointer back to an arrow.