Autodesk.AutoCAD.ApplicationServices Namespace > Application Class > Application Methods > InvokeContextHelp Method > InvokeContextHelp(IntPtr, int, string, HelpEventArgs) Method
Application.InvokeContextHelp(IntPtr, int, string, HelpEventArgs) Method
Description

Calls the help document with a specific topic.

Visual Basic
Public static Function InvokeContextHelp(
    window As IntPtr, 
    contextId As Integer, 
    helpPrefix As string, 
    hlpevent As HelpEventArgs
) As void
C#
public static void InvokeContextHelp(
    IntPtr window, 
    int contextId, 
    string helpPrefix, 
    HelpEventArgs hlpevent
);
Parameters
Parameters 
Description 
fileName 
Input name of help file. 
topic 
Input topic to open. 
Links
   Comments?