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

In This Topic
    ItemType Property
    In This Topic
    Gets or sets an item type.
    Syntax
    'Declaration
     
    Public Property ItemType As MapItemType
    public MapItemType ItemType {get; set;}
    Remarks
    Items with MapItemType.Dynamic are created in authoring mode and saved to an XML file. Items with MapItemType.Static are created at design time and persisted as part of the form. Items of both types can be created programmatically at run time.
    See Also