Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / List.ListType Enumeration

In This Topic
    List.ListType Enumeration
    In This Topic
    Determines the type of the list.
    Syntax
    'Declaration
     
    Public Enum List.ListType 
       Inherits System.Enum
    public enum List.ListType : System.Enum 
    Members
    MemberDescription
    Bulleted Bulleted list.
    None No list.
    Numbered Numbered list.
    Remarks
    Used by the see List.Type property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Editor.List.ListType

    See Also