ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.8 Assembly / C1.Win.C1DynamicHelp Namespace / TopicMap Class / Load Method / Load() Method

In This Topic
    Load() Method
    In This Topic
    Loads the TopicMap contents from an XML file with the same name as the HelpSource with .xml extension.
    Syntax
    'Declaration
     
    Public Overloads Sub Load() 
    public void Load()
    Remarks
    All items loaded with this method will have ItemType property set to MapItemType.Dynamic.
    See Also