ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / ForeColorSelector Enumeration

In This Topic
    ForeColorSelector Enumeration
    In This Topic
    Defines which property of a Tile object should be bound to the foreground color of a template element.
    Syntax
    'Declaration
     
    
    Public Enum ForeColorSelector 
       Inherits System.Enum
    public enum ForeColorSelector : System.Enum 
    Members
    MemberDescription
    DefaultBinds to the default foreground color of a Tile.
    ForeColor1Binds to the first additional foreground color of a Tile.
    ForeColor2Binds to the second additional foreground color of a Tile.
    ForeColor3Binds to the third additional foreground color of a Tile.
    ForeColor4Binds to the fourth additional foreground color of a Tile.
    ForeColor5Binds to the fifth additional foreground color of a Tile.
    UnboundShows the foreground color that is defined in the template.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Tile.ForeColorSelector

    See Also