Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / Palettes Class / GetKeyForItem Method
The Palette object.

In This Topic
    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 item As Palette _
    ) As System.Drawing.Color
    protected override System.Drawing.Color GetKeyForItem( 
       Palette item
    )

    Parameters

    item
    The Palette object.

    Return Value

    The key System.Drawing.Color value.
    See Also