Calls context help with a set prefix.
Public static Function InvokeContextHelp( window As IntPtr, contextId As Integer, helpPrefix As string ) As void
public static void InvokeContextHelp( IntPtr window, int contextId, string helpPrefix );
Parameters |
Description |
IntPtr window |
Input window. |
int contextId |
Input context ID. |
string helpPrefix |
Input help prefix. |
Comments? |