ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / MapItemType Enumeration

In This Topic
    MapItemType Enumeration
    In This Topic
    Enumeration that specifies topic map item type.
    Syntax
    'Declaration
     
    Public Enum MapItemType 
       Inherits System.Enum
    public enum MapItemType : System.Enum 
    Members
    MemberDescription
    DynamicIndicates map items created in authoring mode, saved to an XML file.
    StaticIndicates map items created at design time, persisted in form code.
    Remarks
    Map items created at design time have the MapItemType.Static type, they are stored in the form's code and cannot be saved to an XML file. Map items created in authoring mode have the MapItemType.Dynamic type, they are saved to the XML file when the map is persisted. If you create map items programmatically, you can choose any of these two types.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1DynamicHelp.MapItemType

    See Also