ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / IconListKey Enumeration

In This Topic
    IconListKey Enumeration
    In This Topic
    Represents the key for icons list.
    Syntax
    'Declaration
     
    
    Public Enum IconListKey 
       Inherits System.Enum
    public enum IconListKey : System.Enum 
    Members
    MemberDescription
    Arrow3List of 3 colored arrow icons.
    Arrow4List of 4 colored arrow icons.
    Arrow5List of 5 colored arrow icons.
    BoxList of 5 box icons.
    FlagList of 3 flag icons.
    NoneNo icon.
    QuarterList of 5 quarter icons.
    RatingList of 5 rating icons.
    RimmedTrafficLightList of 3 rimmed traffic light icons.
    SignList of 3 sign icons.
    StarList of 3 star icons.
    SymbolList of 3 symbol icons.
    TrafficLightList of 3 traffic light icons.
    TriangleList of 3 triangle icons.
    UncircledSymbolList of 3 uncircled symbol icons.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.RulesManager.IconListKey

    See Also