Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TextStyleKeyedCollection Class / GetKeyForItem Method

In This Topic
    GetKeyForItem Method (TextStyleKeyedCollection)
    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 TextStyle _
    ) As String
    protected override string GetKeyForItem( 
       TextStyle item
    )

    Parameters

    item

    Return Value

    The key for the specified element.
    See Also