[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.Providers.ChmProvider

ChmProvider Class

The class providing the IHelpProvider functionality for HTML Help (.chm files).

Inheritance
ChmProvider
Implements
Namespace: C1.Win.C1DynamicHelp.Providers
Assembly: C1.Win.C1DynamicHelp.4.8.dll
Syntax
public class ChmProvider : IHelpProvider

Constructors

Name Description
ChmProvider()

Properties

Name Description
Source

Gets or sets the help file.

Methods

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).