ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / MapItem Class
Members

In This Topic
    MapItem Class
    In This Topic
    Class containing a pair consisting of a topic and a user action triggering its display.
    Object Model
    MapItem Class
    Syntax
    'Declaration
     
    Public Class MapItem 
    public class MapItem 
    Remarks
    Objects of this class are stored in the TopicMap dictionary. Map items are created automatically at design time and in authoring mode. You can also create them at run time programmatically. Map items created at design time have their ItemType property set to MapItemType.Static, whereas map items created in authoring mode have their ItemType property set to MapItemType.Dynamic. If you create a map item programmatically, you can set this property to any of the two values.
    Inheritance Hierarchy

    System.Object
       C1.Win.C1DynamicHelp.MapItem

    See Also