Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / VisualIntervalGroupsPresenter Class / MakeRangeSelection Method

In This Topic
    MakeRangeSelection Method (VisualIntervalGroupsPresenter)
    In This Topic
    This API supports the C1.Silverlight infrastructure and is not intended to be used directly from your code.
    Syntax
    'Declaration
     
    
    Protected Sub MakeRangeSelection( _
       ByVal rangeEnd As ListBoxItem, _
       ByVal clearOldSelection As Boolean _
    ) 
    protected void MakeRangeSelection( 
       ListBoxItem rangeEnd,
       bool clearOldSelection
    )

    Parameters

    rangeEnd
    clearOldSelection
    See Also