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

In This Topic
    ThemeLightness Enumeration
    In This Topic
    Office 2013 theme lightness.
    Syntax
    'Declaration
     
    Public Enum ThemeLightness 
       Inherits System.Enum
    public enum ThemeLightness : System.Enum 
    Members
    MemberDescription
    DarkGraySimulates the dark-gray theme in MS Office 2013.
    LightGraySimulates the light-gray theme in MS Office 2013.
    WhiteSimulates the white theme in MS Office 2013.
    Inheritance Hierarchy

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

    See Also