ShowHelp Method
This method is called to launch help for a particular help topic
Syntax
void ShowHelp(
System.string helpId,
System.object helpContext
)Sub ShowHelp( _
ByVal helpId As System.String, _
ByVal helpContext As System.Object _
) Parameters
| Name | Description |
|---|---|
| helpId | Uniquely identifies a help topic |
| helpContext | Optional data that defines an instance of a workflow |