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 As C1Icon _
) As Size
protected override Size GetKeyForItem(
C1Icon
)
Parameters
- item
- The element from which to extract the key.
Return Value
The key for the specified element.
See Also