ComponentOne DynamicHelp for WinForms
GetUrlMap Method (IHelpProvider)

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp.Providers Namespace > IHelpProvider Interface : GetUrlMap Method
Returns a dictionary of help topics indexed by their URLs (contains all topics).
Syntax
'Declaration
 
Function GetUrlMap() As System.Collections.Generic.Dictionary(Of String,HelpTopic)
System.Collections.Generic.Dictionary<string,HelpTopic> GetUrlMap()
See Also

Reference

IHelpProvider Interface
IHelpProvider Members