[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.Providers.ChmProvider.GetCtxtIdMap

GetCtxtIdMap Method

GetCtxtIdMap()

Returns a dictionary of help topics indexed by their context IDs (contains only topics that have context ids).

Declaration
public Dictionary<int, HelpTopic> GetCtxtIdMap()
Returns
Type Description
Dictionary<int, HelpTopic>
Implements