ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / KnownCategoryPosition Enumeration

In This Topic
    KnownCategoryPosition Enumeration
    In This Topic
    The known category location relative to the custom category collection.
    Syntax
    'Declaration
     
    
    Public Enum KnownCategoryPosition 
       Inherits System.Enum
    public enum KnownCategoryPosition : System.Enum 
    Members
    MemberDescription
    AfterCustomCategoriesThe known category appears after all custom categories.
    BeforeCustomCategoriesThe known category appears before all custom categories.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Win7Pack.KnownCategoryPosition

    See Also