Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeLocator Class / Implicit Type Conversion Operator / Implicit Type Conversion(C1ThemeLocator,String) Operator
A theme location data.

In This Topic
    Implicit Type Conversion(C1ThemeLocator,String) Operator
    In This Topic
    The operator creates a new theme location object.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal s As System.String _
    ) As C1ThemeLocator
    public C1ThemeLocator operator implicit( 
       System.string s
    )

    Parameters

    s
    A theme location data.
    See Also