InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / Theme Class / GetKeyForItem Method
Collection member.

In This Topic
    GetKeyForItem Method (Theme)
    In This Topic
    Styles are indexed by style name.
    Syntax
    'Declaration
     
    Protected Overrides Function GetKeyForItem( _
       ByVal style As Style _
    ) As String
    protected override string GetKeyForItem( 
       Style style
    )

    Parameters

    style
    Collection member.

    Return Value

    Style name (must be unique within collection).
    See Also