[]
The class providing the IHelpProvider functionality for HTML Help (.chm files).
public class ChmProvider : IHelpProvider
| Name | Description |
|---|---|
| ChmProvider() |
| Name | Description |
|---|---|
| Source | Gets or sets the help file. |
| Name | Description |
|---|---|
| CorrectUrl(string) | Checks whether the URL is in correct format and corrects it if necessary. |
| GetCtxtIdMap() | Returns a dictionary of help topics indexed by their context IDs (contains only topics that have context ids). |
| GetFullUrl(string) | Returns a URL in a specific for the help provider format that can be displayed by the C1DynamicHelp control. |
| GetTopics() | Returns a hierarchical list of topics in the help file. |
| GetUrlMap() | Returns a dictionary of help topics indexed by their URLs (contains all topics). |
| ShowExternalHelp(HelpTab) | Show help navigation (in a separate window). |
| ShowExternalHelp(HelpTab, object) | Show help navigation (in a separate window). |