Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / AppointmentsCoverPane Class / IsHostElementInternal Method
The System.Windows.FrameworkElement to check.

In This Topic
    IsHostElementInternal Method (AppointmentsCoverPane)
    In This Topic
    Checks whether specified element is hosted in the same host as the current CoverElementsPane instance.
    Syntax
    'Declaration
     
    
    Protected Overrides Function IsHostElementInternal( _
       ByVal element As FrameworkElement _
    ) As Boolean
    protected override bool IsHostElementInternal( 
       FrameworkElement element
    )

    Parameters

    element
    The System.Windows.FrameworkElement to check.

    Return Value

    Returns True if specified element is hosted in the same host as the current CoverElementsPane instance; False otherwise.
    See Also