InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / ThemeColor Enumeration

In This Topic
    ThemeColor Enumeration
    In This Topic
    Office 2013 theme color.
    Syntax
    'Declaration
     
    Public Enum ThemeColor 
       Inherits System.Enum
    public enum ThemeColor : System.Enum 
    Members
    MemberDescription
    AzureSimulates the color theme of MS Outlook 2013
    BlueSimulates the color theme of MS Word 2013
    GreenSimulates the color theme of MS Excel 2013
    OrangeSimulates the color theme of MS PowerPoint 2013
    OrchidSimulates the color theme of MS OneNote 2013
    RedSimulates the color theme of MS Access 2013
    TealSimulates the color theme of MS Publisher 2013
    VioletSimulates the color theme of MS InfoPath 2013
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1InputPanel.ThemeColor

    See Also