TreeView for WinForms | ComponentOne
C1.Framework Namespace / IconSet Class / GetKeyForItem Method
The element from which to extract the key.

In This Topic
    GetKeyForItem Method (IconSet)
    In This Topic
    When implemented in a derived class, extracts the key from the specified element.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetKeyForItem( _
       ByVal item As C1Icon _
    ) As Size
    protected override Size GetKeyForItem( 
       C1Icon item
    )

    Parameters

    item
    The element from which to extract the key.

    Return Value

    The key for the specified element.
    See Also