Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeLocator.LocationType Enumeration

In This Topic
    C1ThemeLocator.LocationType Enumeration
    In This Topic
    Identifies the type of a theme location.
    Syntax
    'Declaration
     
    Public Enum C1ThemeLocator.LocationType 
       Inherits System.Enum
    public enum C1ThemeLocator.LocationType : System.Enum 
    Members
    MemberDescription
    BuiltinSpecifies that the theme is built into the C1.Win.C1Themes.* assembly.
    EmptySpecifies the empty location. No theme can be located here.
    ThemesFolderSpecifies that the theme is located in a file in ThemesFolder.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Themes.C1ThemeLocator.LocationType

    See Also