Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeLocator Class
Properties Methods


In This Topic
    C1ThemeLocator Class Members
    In This Topic

    The following tables list the members exposed by C1ThemeLocator.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the current theme location.  
    Public PropertyGets the current theme name.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the name of the folder containing theme files.

    Theme files are assumed to be located in the sub-folder of the current application folder with this name.

    The default is "Themes", so e.g. if the path to the current app is "c:\myfolder\myapp.exe", theme files will be searched in "c:\myfolder\Themes".

    Sub-folders are included in the search.

     
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Gets available theme names.  
    Public MethodGets the current theme.  
    Public MethodGets the current theme name and location.  
    Public MethodReturns a string that represents the current object.  
    Top
    Public Operators
    Overloaded. Operator for converting a theme location object to a string.
    Top
    See Also