ComponentOne DynamicHelp for WinForms
GetCtxtIdMap Method (IHelpProvider)

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp.Providers Namespace > IHelpProvider Interface : GetCtxtIdMap Method
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

Reference

IHelpProvider Interface
IHelpProvider Members