Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeCollection Class / GetKeyForItem Method
The theme to get the key for.

In This Topic
    GetKeyForItem Method (C1ThemeCollection)
    In This Topic
    Gets the key for a specified theme.
    Syntax
    'Declaration
     
    Protected Overrides Function GetKeyForItem( _
       ByVal item As C1Theme _
    ) As System.String
    protected override System.string GetKeyForItem( 
       C1Theme item
    )

    Parameters

    item
    The theme to get the key for.

    Return Value

    The name of the specified theme.
    See Also