Themes for WinForms | ComponentOne
C1.Win.Themes.8 Assembly / C1.Win.Themes Namespace / C1ThemeCollection Class / Remove Method / Remove(C1Theme) Method

In This Topic
    Remove(C1Theme) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Remove( _
       ByVal item As C1Theme _
    ) As System.Boolean
    public System.bool Remove( 
       C1Theme item
    )

    Parameters

    item
    See Also