Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / CalendarTheme Class / SetItem Method

In This Topic
    SetItem Method (CalendarTheme)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub SetItem( _
       ByVal index As System.Integer, _
       ByVal item As C1.Framework.Style _
    ) 
    protected virtual void SetItem( 
       System.int index,
       C1.Framework.Style item
    )

    Parameters

    index
    item
    See Also