ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / TopicMap Class
Properties Methods Events

In This Topic
    TopicMap Class Members
    In This Topic

    The following tables list the members exposed by TopicMap.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.Generic.Dictionary<object,MapItem>)
    Public PropertyGets an array of conflicting map items.  
    Public Property (Inherited from System.Collections.Generic.Dictionary<object,MapItem>)
    Public PropertyGets a value that determines whether the TopicMap has changed since it was initialized (read from an XML file).  
    Public PropertyGets or sets the value associated with the specified key.  
    Public Property (Inherited from System.Collections.Generic.Dictionary<object,MapItem>)
    Public Property (Inherited from System.Collections.Generic.Dictionary<object,MapItem>)
    Public PropertyGets or sets an System.Xml.XmlDocument value representing a TopicMap created in authoring mode (so it consists of dynamic map items, static map items aren't included), which is saved to an XML file.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the specified uiElement and value to the TopicMap.  
    Public Method (Inherited from System.Collections.Generic.Dictionary<object,MapItem>)
    Public MethodDetermines whether the TopicMap contains the specified key.  
    Public Method (Inherited from System.Collections.Generic.Dictionary<object,MapItem>)
    Public Method (Inherited from System.Collections.Generic.Dictionary<object,MapItem>)
    Public Method (Inherited from System.Collections.Generic.Dictionary<object,MapItem>)
    Public MethodOverloaded. Loads the TopicMap contents from an XML file.  
    Public Method (Inherited from System.Collections.Generic.Dictionary<object,MapItem>)
    Public MethodRefreshes topic map items with the ItemType property set to MapItemType.Dynamic. For every control path in the map that does not yet have a UI element found for it, it tries to find a UI element.  
    Public MethodOverloaded. Removes the value with the specified uiElement from the TopicMap  
    Public MethodOverloaded. Saves the TopicMap contents to an XML file with the same name as the HelpSource with .xml extension.  
    Public Method (Inherited from System.Collections.Generic.Dictionary<object,MapItem>)
    Top
    Public Events
     NameDescription
    Public EventFires after changes were made in the topic map.  
    Public EventFires after the topic map is saved to an XML file.  
    Top
    See Also