[]
The class providing the IHelpProvider functionality for ComponentOne NetHelp.
public class NetHelpProvider : IHelpProvider
| Name | Description |
|---|---|
| NetHelpProvider() |
| Name | Description |
|---|---|
| Source | Gets or sets the help file. |
| Name | Description |
|---|---|
| CorrectUrl(string) | This method is not meaningful for the NetHelpProvider. It is used only to implement the IHelpProvider interface. |
| 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). |