ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp.Providers Namespace / IHelpProvider Interface / GetCtxtIdMap Method

In This Topic
    GetCtxtIdMap Method (IHelpProvider)
    In This Topic
    Returns a dictionary of help topics indexed by their context IDs (contains only topics that have context ids).
    Syntax
    'Declaration
     
    Function GetCtxtIdMap() As System.Collections.Generic.Dictionary(Of Integer,HelpTopic)
    System.Collections.Generic.Dictionary<int,HelpTopic> GetCtxtIdMap()
    See Also