[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.MapItemType

MapItemType Enum

Enumeration that specifies topic map item type.

Namespace: C1.Win.C1DynamicHelp
Assembly: C1.Win.C1DynamicHelp.4.8.dll
Syntax
public enum MapItemType
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.

Fields

Name Description
Dynamic

Indicates map items created in authoring mode, saved to an XML file.

Static

Indicates map items created at design time, persisted in form code.