GetKeyForItem Method (Theme)
In This Topic
When implemented in a derived class, extracts the key from the specified element.
Syntax
'Declaration
Protected Overrides Function GetKeyForItem( _
ByVal As Style _
) As String
protected override string GetKeyForItem(
Style
)
Parameters
- style
- Collection member.
Return Value
The key for the specified element.
See Also