GetKeyForItem Method (Palettes)
In This Topic
Returns the key color for
Palette object accordingly to the value of it's
PaletteType property.
Syntax
'Declaration
Protected Overrides Function GetKeyForItem( _
ByVal As Palette _
) As System.Drawing.Color
protected override System.Drawing.Color GetKeyForItem(
Palette
)
Parameters
- item
- The Palette object.
Return Value
The key System.Drawing.Color value.
See Also