Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / ThemeSolidBackground Class / ThemeSolidBackground Constructor / ThemeSolidBackground Constructor(Color)

In This Topic
    ThemeSolidBackground Constructor(Color)
    In This Topic
    Initializes a new instance of the ThemeSolidBackground class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As System.Drawing.Color _
    )
    public ThemeSolidBackground( 
       System.Drawing.Color color
    )

    Parameters

    color
    See Also