InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / Theme Class / Theme Constructor / Theme Constructor(String)
Name of the new theme.

In This Topic
    Theme Constructor(String)
    In This Topic
    Initializes a new instance of a Theme.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    public Theme( 
       string name
    )

    Parameters

    name
    Name of the new theme.
    See Also