Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarAdapter Class / CreateSlot Method
The info about the slot.
The kind of slot that is requested.

In This Topic
    CreateSlot Method
    In This Topic
    Creates the slot for the specified slotKind.
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateSlot( _
       ByVal slotInfo As CalendarSlotInfo, _
       ByVal slotKind As Object _
    ) As CalendarSlotPresenter

    Parameters

    slotInfo
    The info about the slot.
    slotKind
    The kind of slot that is requested.

    Return Value

    The slot presenter instance.
    See Also