_Application.Help Method
Displays a Help topic.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub Help ( _
HelpFile As String, _
ContextID As Integer _
)
'Usage
Dim instance As _Application
Dim HelpFile As String
Dim ContextID As Integer
instance.Help(HelpFile, ContextID)
void Help(
string HelpFile,
int ContextID
)
Parameters
- HelpFile
Type: System.String
The name of the Help file you want to display. Can be either a .chm or an .hlp file. If this argument is not specified, Microsoft PowerPoint Help is used.
- ContextID
Type: System.Int32
The context ID number for the Help topic. If this argument is not specified or if it specifies a context ID number that is not associated with a Help topic, the Help Topics dialog box is displayed.