ComponentOne DynamicHelp for WinForms
MapItem Class
Members 

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace : MapItem Class
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

Reference

MapItem Members
C1.Win.C1DynamicHelp Namespace