Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / PrintStyleCollection Class / GetKeyForItem Method
The PrintStyle object from which to extract the key.

In This Topic
    GetKeyForItem Method (PrintStyleCollection)
    In This Topic
    Extracts the key from the specified item.
    Syntax
    'Declaration
     
    Protected Overrides Function GetKeyForItem( _
       ByVal item As PrintStyle _
    ) As System.String
    protected override System.string GetKeyForItem( 
       PrintStyle item
    )

    Parameters

    item
    The PrintStyle object from which to extract the key.

    Return Value

    The key for the specified item.
    See Also