ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp.Providers Namespace / IHelpProvider Interface
Properties Methods

In This Topic
    IHelpProvider Interface Members
    In This Topic

    The following tables list the members exposed by IHelpProvider.

    Public Properties
     NameDescription
     PropertyGets or sets the help file.  
    Top
    Public Methods
     NameDescription
     MethodChecks whether the URL is in correct format and corrects it if necessary.  
     MethodReturns a dictionary of help topics indexed by their context IDs (contains only topics that have context ids).  
     MethodReturns a URL in a specific for the help provider format that can be displayed by the C1DynamicHelp control.  
     MethodReturns a hierarchical list of topics in the help file.  
     MethodReturns a dictionary of help topics indexed by their URLs (contains all topics).  
     MethodOverloaded. Displays the contents of the help file in an external help viewer window instead of in the C1DynamicHelp panel.  
    Top
    See Also