Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeCollection Class / ChangeItemKey Method

In This Topic
    ChangeItemKey Method (C1ThemeCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub ChangeItemKey( _
       ByVal item As C1Theme, _
       ByVal newKey As System.String _
    ) 
    protected void ChangeItemKey( 
       C1Theme item,
       System.string newKey
    )

    Parameters

    item
    newKey
    See Also