CanShowHelp Method
Tests if help is available for a particular help topic.
Syntax
System.bool CanShowHelp(
System.string helpId,
System.object helpContext
)Function CanShowHelp( _
ByVal helpId As System.String, _
ByVal helpContext As System.Object _
) As System.BooleanParameters
| Name | Description |
|---|---|
| helpId | Uniquely identifies a help topic |
| helpContext | Optional data that defines an instance of a workflow |
Return Value
True if help is available for the topic. False otherwise