Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / AppointmentsCoverPane Class / GetHosts Method

In This Topic
    GetHosts Method (AppointmentsCoverPane)
    In This Topic
    Gets the list of the FrameworkElements elements, which are the root of visual tree to search covered elements.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetHosts() As IList(Of DependencyObject)
    protected override IList<DependencyObject> GetHosts()
    See Also